@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes progline {
	0% {
		left: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	50% {
		left: 0;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	to {
		left: 100%;
	}
}

@keyframes progline {
	0% {
		left: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	50% {
		left: 0;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	to {
		left: 100%;
	}
}

@-webkit-keyframes proglinePre {
	0% {
		left: -100%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	to {
		left: 100%;
	}
}

@keyframes proglinePre {
	0% {
		left: -100%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	to {
		left: 100%;
	}
}

@-webkit-keyframes opacity50 {
	0% {
		opacity: 0;
	}

	to {
		opacity: .5;
	}
}

@keyframes opacity50 {
	0% {
		opacity: 0;
	}

	to {
		opacity: .5;
	}
}

@-webkit-keyframes scaleUp {
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes scaleUp {
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@-webkit-keyframes scaleDownUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleDownUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scaleDown {
	to {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes scaleDown {
	to {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@-webkit-keyframes scaleUpDown {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes PULSE {
	to {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0;
	}
}

@keyframes PULSE {
	to {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0;
	}
}

@-webkit-keyframes PULSE-fof {
	to {
		-webkit-transform: scale(7.5);
		transform: scale(7.5);
		opacity: 0;
	}
}

@keyframes PULSE-fof {
	to {
		-webkit-transform: scale(7.5);
		transform: scale(7.5);
		opacity: 0;
	}
}

@-webkit-keyframes PULSE-fof_mobile {
	to {
		-webkit-transform: scale(5.5);
		transform: scale(5.5);
		opacity: 0;
	}
}

@keyframes PULSE-fof_mobile {
	to {
		-webkit-transform: scale(5.5);
		transform: scale(5.5);
		opacity: 0;
	}
}

@-webkit-keyframes cd-slide-in {
	0% {
		left: -100px;
	}

	to {
		left: 0;
	}
}

@keyframes cd-slide-in {
	0% {
		left: -100px;
	}

	to {
		left: 0;
	}
}

@-webkit-keyframes pulse-banner {
	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-banner {
	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: .1;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: .1;
	}

	to {
		opacity: 1;
	}
}

html {
	font-family: sans-serif;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

blockquote,figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}

.link-rhombus svg,button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

legend,ol,td,th,ul {
	padding: 0;
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.mCSB_inside>.mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
	right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools {
	right: auto;
	left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container,body,html {
	min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_container_wrapper,.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	overflow: hidden;
	top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
	transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0,0,0,.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0,0,0,.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255,255,255,.1);
	border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.1);
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255,255,255,.1);
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.1);
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255,255,255,.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255,255,255,.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.5)),to(rgba(255,255,255,0)));
	background-image: linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.5)),to(rgba(255,255,255,0)));
	background-image: linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0,0,0,.2);
	-webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2);
	box-shadow: inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.1);
	-webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,.1);
	box-shadow: inset 1px 0 1px rgba(0,0,0,.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.4);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.4);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 5px;
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical {
	-webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5);
	box-shadow: inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0,0,0,.05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0,0,0,.1);
	box-shadow: inset 1px 1px 16px rgba(0,0,0,.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	-webkit-box-shadow: inset 0 0 14px rgba(0,0,0,.2);
	box-shadow: inset 0 0 14px rgba(0,0,0,.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0,0,0,.05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0,0,0,.1);
	box-shadow: inset 1px 1px 16px rgba(0,0,0,.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0,0,0,.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0,0,0,.2);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: rgba(0,0,0,.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0,0,0,.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255,255,255,.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0,0,0,.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255,255,255,.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0,0,0,.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
}

@font-face {
	font-family:'FuturaBookC';src:url(fonts/FuturaBookC.eot);src:url(fonts/FuturaBookC.eot) format("embedded-opentype"),url(fonts/FuturaBookC.woff2) format("woff2"),url(fonts/FuturaBookC.woff) format("woff"),url(fonts/FuturaBookC.svg#FuturaBookC) format("svg");
}

@font-face {
	font-family:'FuturaFuturisBold';src:url(fonts/FuturaFuturisCBold.eot);src:url(fonts/FuturaFuturisCBold.eot) format("embedded-opentype"),url(fonts/FuturaFuturisCBold.woff2) format("woff2"),url(fonts/FuturaFuturisCBold.woff) format("woff"),url(fonts/FuturaFuturisCBold.svg#FuturaFuturisCBold) format("svg");
}

@font-face {
	font-family:'FrizQuadrataRegular';src:url(fonts/FrizQuadrataR.eot);src:url(fonts/FrizQuadrataR.eot?#iefix) format("embedded-opentype"),url(fonts/FrizQuadrataR.woff) format("woff"),url(fonts/FrizQuadrataR.ttf) format("truetype");font-weight:400;font-style:normal;
}

@font-face {
	font-family:'FrizQuadrataItalic';src:url(fonts/FrizQuadrataI.eot);src:url(fonts/FrizQuadrataI.eot) format("embedded-opentype"),url(fonts/FrizQuadrataI.woff2) format("woff2"),url(fonts/FrizQuadrataI.woff) format("woff"),url(fonts/FrizQuadrataI.svg#FrizQuadrataI) format("svg");
}

.headline__collection-name,.info-in-digits__value,.page-link-control__item {
	font-family: "FuturaFuturisBold",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .15em;
}

.filter-store__choice-title_all-tablet,.filter-store__choiced-item,.filter-store__option-item {
	font-family: "FuturaFuturisBold",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #202020;
}

.filter-store__address-name,.filter-store__do-filter-separate {
	font-family: "FuturaFuturisBold",sans-serif;
	text-decoration: none;
}

.filter-store__do-filter-separate {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.filter-store__address-name {
	color: #202020;
}

.filter-store__address-name,.filter-store__address-web {
	text-transform: uppercase;
	letter-spacing: .15em;
}

.filter-store__address-web,.filter-store__option-item-caption {
	font-family: "FuturaFuturisBold",sans-serif;
	text-decoration: none;
}

.filter-catalog__choiced-item,.filter-catalog__do-filter,.filter-catalog__option-item-caption,.materials-tabs__item {
	font-family: "FuturaFuturisBold",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #202020;
}

.filter-catalog__do-filter-separate {
	font-size: 12px;
}

.filter-bar__item,.filter-bar__title,.filter-catalog__do-filter-separate {
	font-family: "FuturaFuturisBold",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .15em;
}

.materials__caption {
	color: #202020;
}

.materials__caption,.materials__details-info-num,.materials__details-info-сaption {
	font-family: "FuturaFuturisBold",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

.materials__props-value {
	color: #202020;
	letter-spacing: .15em;
}

.materials__collection-link,.materials__download-info,.materials__props-value,.materials__video-link {
	font-family: "FuturaFuturisBold",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.soc-share__caption {
	font-size: 12px;
}

.merchandising-tools__caption,.news__caption,.soc-share__caption {
	font-family: "FuturaFuturisBold",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #202020;
}

.dealer__address-name {
	font-family: "FuturaFuturisBold",sans-serif;
	text-decoration: none;
	letter-spacing: .15em;
}

.contacts__caption,.dealer__address-name,h1,h2,h3,h4 {
	color: #202020;
	text-transform: uppercase;
}

.contacts__caption {
	font-family: "FuturaFuturisBold",sans-serif;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: .15em;
}

.menu-lang__item,.menu-main__item,.products__label-exclusive,.products__label-new {
	font-family: "FuturaFuturisBold",sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .15em;
}

.products__label-exclusive,.products__label-new {
	font-size: 12px;
}

.headline__add-text {
	font-family: "FrizQuadrataItalic",serif;
	font-style: italic;
	letter-spacing: .025em;
	display: block;
}

.collection-features,.filter-catalog__category-name,.filter-catalog__choice-title_all-tablet,.filter-catalog__reset-options,.filter-catalog__reset-options-separate,.filter-store__category-name {
	font-family: "FrizQuadrataItalic",serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: .025em;
}

.filter-catalog__search-input {
	font-family: "FrizQuadrataItalic",serif;
	font-style: italic;
	letter-spacing: .025em;
}

.materials__details-info-article {
	font-size: 12px;
}

.materials__details-info-article,.materials__props-name,.soc-share__text {
	font-family: "FrizQuadrataItalic",serif;
	font-style: italic;
	letter-spacing: .025em;
}

.materials__props-name {
	display: block;
}

.soc-share__text {
	font-size: 12px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.collection-features,.filter-catalog__category-name,.filter-catalog__choice-title_all-tablet,.filter-catalog__reset-options,.filter-catalog__reset-options-separate,.filter-catalog__search-input,.filter-store__category-name,.headline__add-text,.materials__details-info-article,.materials__props-name,.soc-share__text {
		letter-spacing: .035em;
	}
}

.above-footer-content {
	background-position-y: 0;
}

.above-footer-content,.after-first-screen,.page-screen-head__tile-patt {
	background-image: url(../img/general/tile.png);
	background-position-x: 46px;
}

.page-screen-head__tile-patt {
	background-position-y: 0;
}

.page__wrapper {
	min-height: 100%;
	margin-bottom: -50px;
}

.page__buffer {
	height: 50px;
}

body,html {
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

a,body {
	font-family: "FuturaBookC",serif;
	color: #545454;
	font-size: 16px;
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

ol,ul {
	list-style: none;
	margin: 0;
}

h1,h2,h3,h4 {
	margin: 0;
	font-weight: 300;
	opacity: 1;
	-webkit-transition: 1.5s;
	transition: 1.5s;
}

h1,h2,h3 {
	font-family: "FrizQuadrataRegular",serif;
}

h4 {
	font-size: 14px;
	font-family: "FuturaFuturisBold",sans-serif;
}

body::after,body::before {
	content: '';
	height: 0;
	width: 100%;
	position: fixed;
	left: 0;
	background-color: #fff;
	z-index: 230;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: .4s ease-in .4s;
	transition: .4s ease-in .4s;
}

body::before {
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

body::after {
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

body.page-is-go::after,body.page-is-go::before,body.page-is-preload::after,body.page-is-preload::before {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .4s ease-in 0s;
	transition: .4s ease-in 0s;
	height: 51vh;
}

.cd-loading-bar,.cd-loading-bar::before {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.cd-loading-bar {
	position: fixed;
	z-index: 250;
	left: 50%;
	top: 50%;
	height: 2px;
	background-color: #202020;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: visibility 0s .4s,-webkit-transform .4s 0s ease-in;
	transition: visibility 0s .4s,transform .4s 0s ease-in;
	transition: visibility 0s .4s,transform .4s 0s ease-in,-webkit-transform .4s 0s ease-in;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.cd-loading-bar::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #ec463f;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: left .8s,-webkit-transform .8s ease-in;
	transition: transform .8s ease-in,left .8s;
	transition: transform .8s ease-in,left .8s,-webkit-transform .8s ease-in;
}

.page-is-go .cd-loading-bar,.page-is-preload .cd-loading-bar {
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(-50%) scaleX(.3);
	transform: translateX(-50%) translateY(-50%) scaleX(.3);
	-webkit-transition: visibility 0s .4s,-webkit-transform .4s .4s;
	transition: visibility 0s .4s,transform .4s .4s;
	transition: visibility 0s .4s,transform .4s .4s,-webkit-transform .4s .4s;
}

.page-is-go .cd-loading-bar::before,.page-is-preload .cd-loading-bar::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform .8s .8s ease-in;
	transition: transform .8s .8s ease-in;
	transition: transform .8s .8s ease-in,-webkit-transform .8s .8s ease-in;
}

.page-is-preload .cd-loading-bar:before {
	-webkit-transition: -webkit-transform .8s ease-in .5s;
	transition: transform .8s ease-in .5s;
	transition: transform .8s ease-in .5s,-webkit-transform .8s ease-in .5s;
	-webkit-animation: proglinePre 3s infinite .5s;
	animation: proglinePre 3s infinite .5s;
}

.page-is-go .cd-loading-bar::before {
	-webkit-animation: none;
	animation: none;
}

.video-bg {
	width: 100%;
	height: 100%;
}

.bg-light {
	background-color: #f5f5f5;
}

@media only screen and (min-width:1200px) {
	.bg-light .btn-link:hover:after,.bg-light .btn-link:hover:before {
		background: #f5f5f5;
	}
}

.bg-lighter {
	background-color: #fbfbfb;
}

.btn {
	font-family: "FuturaFuturisBold",sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .15em;
}

.btn-center {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.btn-link {
	position: relative;
	display: inline-block;
	padding: 3px 30px;
	margin-top: 40px;
	background-color: #ec463f;
	text-align: center;
	line-height: 54px;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	z-index: 1;
	white-space: nowrap;
	-webkit-box-shadow: 0 10px 10px -3px rgba(0,0,0,.06);
	box-shadow: 0 10px 10px -3px rgba(0,0,0,.06);
	-webkit-transition: color .6s ease .3s;
	transition: color .6s ease .3s;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.btn-link {
		margin-top: 44px;
	}
}

@media only screen and (max-width:766px) {
	.btn-link {
		width: 100%;
		font-size: 12px;
		padding: 3px 30px;
	}
}

.btn-link:after,.btn-link:before {
	content: "";
	position: absolute;
	width: 70%;
	height: 1px;
	top: 1px;
	bottom: 1px;
	margin: auto;
	background: #ec463f;
	-webkit-transition: all 1s,height .4s ease 0s;
	transition: all 1s,height .4s ease 0s;
	z-index: -1;
}

@media only screen and (max-width:766px) {
	.btn-link:after,.btn-link:before {
		display: none;
	}
}

.btn-link:before {
	left: -15px;
}

.btn-link:after {
	right: -15px;
}

@media only screen and (min-width:1200px) {
	.btn-link:hover {
		color: #ec463f;
	}

	.btn-link:hover:after,.btn-link:hover:before {
		background: #fff;
		height: 22px;
		-webkit-transition: all .5s ease 0s,height .5s ease .3s;
		transition: all .5s ease 0s,height .5s ease .3s;
	}

	.btn-link:hover:before {
		left: -1px;
	}

	.btn-link:hover:after {
		right: -1px;
	}
}

.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1340px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.container:after,.container:before {
	display: table;
	content: "";
}

.container:after {
	clear: both;
}

.lt-ie8 .container {
	zoom: 1;
}

@media only screen and (min-width:1600px) and (max-width:1999px) {
	.container {
		width: 1230px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.container {
		width: 1170px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.container {
		width: 100%;
	}
}

@media only screen and (max-width:766px) {
	.container {
		width: 100%;
	}
}

.section {
	padding: 50px 0 2px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.section {
		width: 100%;
		padding: 60px 0 70px;
	}
}

@media only screen and (max-width:766px) {
	.section {
		width: 100%;
		padding: 45px 0 50px;
	}
}

.above-footer-content {
	position: relative;
	background-color: #fff;
	min-height: 200px;
	z-index: 10;
}

@media only screen and (min-width:1200px) {
	.above-footer-content {
		z-index: 10;
	}

	.above-footer-content section:last-child {
		margin-bottom: 250px;
	}
}

.first-screen {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
}

.first-screen:after {
	content: '';
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
}

@media only screen and (max-width:1200px) {
	.first-screen:after {
		content: none;
		display: none;
	}
}

.first-screen__scroll-down {
	display: block;
	top: 10px;
	position: relative;
	background-image: url(../img/svg-sprite/sprite.svg);
	background-position: -4px -1896px;
	width: 11px;
	height: 66px;
	background-repeat: no-repeat;
	-webkit-transition: top .3s;
	transition: top .3s;
}

@media only screen and (max-width:766px) {
	.first-screen__scroll-down {
		display: none;
	}
}

.first-screen__scroll-wrap {
	display: block;
	position: absolute;
	height: 80px;
	left: 50%;
	bottom: 50px;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 5px;
	width: 10px;
	z-index: 30;
}

@media only screen and (min-width:1200px) {
	.first-screen__scroll-wrap:hover .first-screen__scroll-down {
		top: 0;
	}
}

@media only screen and (max-width:766px) {
	.first-screen__scroll-wrap {
		display: none;
	}
}

.first-screen .red-line-before {
	margin-left: 120px;
}

.first-screen .red-line-before:before {
	content: '';
	width: 150px;
	display: block;
	position: absolute;
	top: 50%;
	border-top: 1px solid #ec463f;
	left: -170px;
}

.fs-null {
	padding: 0;
}

.slider-main {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	background: #333;
}

.slider-main:after,.slider-main:before {
	display: table;
	content: "";
}

.slider-main:after {
	clear: both;
}

.lt-ie8 .slider-main {
	zoom: 1;
}

.one-collection-page .slider-main {
	min-height: 550px;
}

.slider-main__slides-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}

.slider-main__slide,.slider-main__slide:before {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.slider-main__slide {
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}

.slider-main__slide.current {
	opacity: 1;
	pointer-events: auto;
	z-index: 15;
}

.slider-main__slide:before {
	content: '';
	display: block;
	background-color: #000;
	z-index: 20;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
}

.slider-main__img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	background-color: #767676;
	background-repeat: no-repeat;
	background-position: center 90%;
	background-size: cover;
	-webkit-transition: -webkit-transform 10s linear;
	transition: transform 10s linear;
	transition: transform 10s linear,-webkit-transform 10s linear;
}

@media only screen and (min-width:1600px) and (max-width:1999px) {
	.slider-main__img {
		background-position: center 70%;
	}
}

.current .slider-main__img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.slider-main__control,.slider-main__video {
	display: block;
	position: absolute;
	z-index: 10;
}

.slider-main__control {
	width: 70px;
	z-index: 30;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.slider-main__control {
		left: 20px;
	}
}

@media only screen and (max-width:766px) {
	.slider-main__control {
		display: none;
	}
}

.slider-main__control-item {
	display: block;
	width: 20px;
	cursor: pointer;
	border-top: 1px solid #fff;
	padding-top: 7px;
	-webkit-transition: all .7s;
	transition: all .7s;
}

@media only screen and (min-width:1200px) {
	.slider-main__control-item:hover {
		width: 26px;
	}
}

.slider-main__control-item.active {
	width: 36px;
	border-color: #ec463f;
}

@media only screen and (min-width:1200px) {
	.slider-main nav a:hover::before {
		opacity: 1;
	}
}

.fxSoftScale .navOutNext {
	-webkit-animation: scaleUp 1.5s forwards cubic-bezier(.7,0,.3,1);
	animation: scaleUp 1.5s forwards cubic-bezier(.7,0,.3,1);
}

.fxSoftScale .navInNext {
	-webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(.7,0,.3,1);
	animation: scaleDownUp 1.5s forwards cubic-bezier(.7,0,.3,1);
	z-index: 20;
}

.fxSoftScale .navOutPrev {
	-webkit-animation: scaleDown 1.5s forwards cubic-bezier(.7,0,.3,1);
	animation: scaleDown 1.5s forwards cubic-bezier(.7,0,.3,1);
}

.fxSoftScale .navInPrev {
	-webkit-animation: scaleUpDown 1.5s forwards cubic-bezier(.7,0,.3,1);
	animation: scaleUpDown 1.5s forwards cubic-bezier(.7,0,.3,1);
}

.headline {
	display: block;
	position: relative;
	max-width: 100%;
	padding-top: 30px;
}

.headline:after,.headline:before {
	display: table;
	content: "";
}

.headline:after {
	clear: both;
}

.lt-ie8 .headline {
	zoom: 1;
}

@media only screen and (max-width:766px) {
	.headline {
		line-height: 1.4em;
		overflow: hidden;
		padding-top: 30px;
	}
}

.headline__left,.headline__right {
	position: relative;
	width: 50%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

@media only screen and (max-width:1200px) {
	.headline__left,.headline__right {
		float: none;
		width: 100%;
	}
}

.headline__left {
	float: left;
}

@media only screen and (max-width:1200px) {
	.headline__left {
		overflow: visible;
	}
}

.headline__right {
	float: right;
	padding-right: 20px;
}

.headline__only-left-title {
	position: relative;
	width: 65%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.headline__only-left-title {
		width: calc(100% - 92px);
		overflow: visible;
	}
}

@media only screen and (max-width:766px) {
	.headline__only-left-title {
		width: 100%;
		overflow: visible;
	}
}

.headline__center {
	width: 100%;
	text-align: center;
}

.headline__title {
	margin-left: 120px;
	position: relative;
	font-family: "FrizQuadrataRegular",serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #ec463f;
	line-height: 1.5em;
	letter-spacing: .05em;
}

.info-in-digits .headline__title {
	color: #fff;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.headline__title {
		margin-left: 52px;
		margin-bottom: 5px;
	}

	.info-in-digits .headline__title {
		margin-left: -10px;
		text-align: center;
	}
}

@media only screen and (max-width:766px) {
	.headline__title {
		margin-left: 0;
		font-size: 20px;
		line-height: 1.5em;
		letter-spacing: .1em;
	}

	.info-in-digits .headline__title {
		text-align: center;
	}
}

.headline__title:before {
	content: '';
	width: 83px;
	display: block;
	position: absolute;
	border-top: 1px solid #d2d2d2;
	left: -120px;
	top: 20px;
}

@media only screen and (max-width:766px) {
	.headline__title:before {
		content: none;
		display: none;
	}
}

.info-in-digits .headline__title:before {
	border-top-color: rgba(255,255,255,.5);
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.info-in-digits .headline__title:before {
		content: none;
		display: none;
	}
}

.headline__title-center {
	position: relative;
	font-family: "FrizQuadrataRegular",serif;
	font-size: 50px;
	text-transform: uppercase;
	color: #ec463f;
	line-height: 1.5em;
	letter-spacing: .05em;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.headline__title-center {
		margin-bottom: -5px;
	}
}

@media only screen and (max-width:766px) {
	.headline__title-center {
		font-size: 30px;
	}
}

.headline__sub-title {
	display: inline-block;
	position: relative;
	font-family: "FuturaBookC",serif;
	color: #545454;
	width: 65%;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .025em;
}

@media only screen and (max-width:1200px) {
	.headline__sub-title {
		width: 100%;
	}
}

.headline__simp-text {
	position: relative;
	font-family: "FuturaBookC",serif;
	color: #545454;
	margin: 0 195px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .025em;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.headline__simp-text {
		margin: 0 92px;
	}
}

@media only screen and (max-width:766px) {
	.headline__simp-text {
		margin: 0;
	}
}

.headline__add-text {
	margin-top: 7px;
	position: relative;
	padding-left: 4px;
	line-height: 15px;
	font-size: 13px;
}

.headline__add-text:nth-child(n+2) {
	margin-top: 15px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.headline__add-text {
		margin-left: 52px;
	}

	.headline__add-text:nth-child(1) {
		margin-top: 2px;
	}
}

@media only screen and (max-width:766px) {
	.headline__add-text {
		margin-top: 10px;
		line-height: 17px;
	}
}

.headline__add-text:before {
	content: '#';
	position: relative;
	left: -4px;
}

.one-collection-page .headline__add-text {
	font-size: 12px;
	padding-left: 0;
}

.one-collection-page .headline__add-text:before {
	content: none;
}

.headline__collection-name {
	display: inline-block;
	color: #ec463f;
}

.headline.headline_start-position .headline__add-text,.headline.headline_start-position .headline__collection-name {
	-webkit-transform: translateX(-130%);
	transform: translateX(-130%);
}

.headline.headline_start-position .headline__title {
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
}

.headline.headline_start-position .headline__simp-text,.headline.headline_start-position .headline__sub-title,.headline.headline_start-position .headline__title-center {
	opacity: 0;
}

.text__information-center {
	display: block;
	margin: 0 auto;
	width: 780px;
	position: relative;
	font-family: "FuturaBookC",serif;
	color: #545454;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .025em;
}

.text__information-center li,.text__information-center p {
	margin: 0;
	padding: 0;
	display: block;
}

.text__information-center li:nth-child(n+2),.text__information-center p:nth-child(n+2) {
	margin-top: 30px;
}

@media only screen and (max-width:1200px) {
	.text__information-center {
		width: 100%;
	}
}

.descr-info {
	display: block;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info {
		margin-left: 92px;
		margin-right: 92px;
	}
}

@media only screen and (max-width:766px) {
	.descr-info {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.descr-info__row {
	margin-top: 30px;
}

.descr-info__row:after,.descr-info__row:before {
	display: table;
	content: "";
}

.descr-info__row:after {
	clear: both;
}

.lt-ie8 .descr-info__row {
	zoom: 1;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info__row {
		margin-top: 15px;
	}
}

@media only screen and (max-width:766px) {
	.descr-info__row {
		margin-top: 20px;
	}
}

.descr-info__row:nth-child(2) {
	margin-top: 15px;
}

@media only screen and (max-width:1200px) {
	.descr-info__row:nth-child(2),.descr-info__row:nth-child(even) .descr-info__caption,.descr-info__row:nth-child(even) .descr-info__text {
		margin-top: 0;
	}

	.descr-info__row:nth-child(even) {
		margin-top: 40px;
	}
}

@media only screen and (max-width:766px) {
	.descr-info__row:nth-child(even) {
		margin-top: 30px;
	}
}

.descr-info__row:nth-child(odd) .descr-info__left {
	float: right;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info__row:nth-child(odd) .descr-info__left {
		float: none;
	}
}

.descr-info__row:nth-child(odd) .descr-info__right {
	float: left;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info__row:nth-child(odd) .descr-info__right {
		float: none;
	}
}

.descr-info__row:nth-child(odd) .descr-info__p {
	padding-left: 0;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info__row:nth-child(odd) .descr-info__p {
		padding-left: 53px;
	}
}

.descr-info__left,.descr-info__right {
	position: relative;
	width: 585px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width:1200px) {
	.descr-info__left,.descr-info__right {
		height: 330px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info__left,.descr-info__right {
		width: 100%;
	}
}

@media only screen and (max-width:766px) {
	.descr-info__left,.descr-info__right {
		width: 100%;
	}
}

.descr-info__left {
	float: left;
}

@media only screen and (max-width:1200px) {
	.descr-info__left {
		float: none;
	}
}

.descr-info__right {
	float: right;
	overflow: hidden;
}

@media only screen and (max-width:1200px) {
	.descr-info__right {
		float: none;
	}
}

.descr-info__centered {
	margin: 0 auto;
}

.descr-info__text {
	width: 430px;
	margin-left: 71px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width:1200px) {
	.descr-info__text {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.descr-info__row:nth-child(odd) .descr-info__text {
		margin-left: 85px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info__text {
		width: 100%;
		margin-left: 0;
		margin-top: 35px;
		margin-bottom: 35px;
	}
}

@media only screen and (max-width:766px) {
	.descr-info__text {
		width: 100%;
		margin-left: 0;
		margin-top: 8px;
	}
}

.descr-info_start-position .descr-info__text {
	opacity: 0;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

.descr-info .descr-info__caption {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 50px;
	font-family: "FuturaFuturisBold",serif;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .05em;
	text-transform: uppercase;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info .descr-info__caption {
		margin-top: 50px;
	}
}

@media only screen and (max-width:766px) {
	.descr-info .descr-info__caption {
		font-size: 14px;
		margin-bottom: 6px;
		padding-left: 37px;
		line-height: 1.7;
	}
}

.descr-info__p,.descr-info__text>p {
	font-family: "FuturaBookC",serif;
	color: #545454;
	position: relative;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: .025em;
	padding-left: 53px;
}

@media only screen and (max-width:766px) {
	.descr-info__p,.descr-info__text>p {
		padding-left: 0;
		font-size: 14px;
	}
}

.descr-info ul>li,.descr-info__item,.descr-info__list>li {
	position: relative;
	line-height: 1.5;
	padding-left: 55px;
	font-size: 16px;
	letter-spacing: .025em;
}

.descr-info ul>li .descr-info__caption,.descr-info__item .descr-info__caption,.descr-info__list>li .descr-info__caption {
	padding-left: 0;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info ul>li,.descr-info__item,.descr-info__list>li {
		line-height: 1.6;
	}
}

@media only screen and (max-width:766px) {
	.descr-info ul>li,.descr-info__item,.descr-info__list>li {
		padding-left: 37px;
		font-size: 14px;
	}
}

.descr-info ul>li:nth-child(n+2),.descr-info__item:nth-child(n+2),.descr-info__list>li:nth-child(n+2) {
	margin-top: 23px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info ul>li:nth-child(n+2),.descr-info__item:nth-child(n+2),.descr-info__list>li:nth-child(n+2) {
		margin-top: 12px;
	}
}

@media only screen and (max-width:766px) {
	.descr-info ul>li:nth-child(n+2),.descr-info__item:nth-child(n+2),.descr-info__list>li:nth-child(n+2) {
		margin-top: 15px;
	}
}

.descr-info ul>li:before,.descr-info__item:before,.descr-info__list>li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background-color: #ec463f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 2px;
	top: .6em;
}

@media only screen and (max-width:766px) {
	.descr-info ul>li:before,.descr-info__item:before,.descr-info__list>li:before {
		top: 6px;
	}
}

.descr-info ul>li b,.descr-info__item b,.descr-info__list>li b {
	font-family: "FuturaFuturisBold",sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.descr-info ul>li p,.descr-info__item p,.descr-info__list>li p {
	margin: 0;
	padding: 0;
}

.descr-info__img,.descr-info__media {
	width: 100%;
}

.descr-info__img {
	-webkit-transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s,-webkit-transform .7s;
}

.descr-info__media {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.descr-info_start-position .descr-info__row:nth-child(odd) .descr-info__media {
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
}

.descr-info_start-position .descr-info__row:nth-child(even) .descr-info__media {
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
}

.descr-info__media_link,.descr-info__media_video {
	cursor: pointer;
}

@media only screen and (min-width:1200px) {
	.descr-info__media_link:hover .descr-info__img,.descr-info__media_video:hover .descr-info__img {
		-webkit-transform: scale(1.1)!important;
		transform: scale(1.1)!important;
	}

	.descr-info__media_link:hover:after,.descr-info__media_video:hover:after {
		opacity: .7;
	}
}

.descr-info__media_link:after,.descr-info__media_video:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0.1;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info__media {
		height: 330px;
		margin-top: 0;
	}
}

@media only screen and (max-width:766px) {
	.descr-info__media {
		height: 170px;
		margin-top: 20px;
	}
}

@media only screen and (max-width:1200px) {
	.descr-info_about-us .descr-info__media-wrap {
		display: none;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info_about-us .priority {
		display: block;
		height: 330px;
		margin-top: 40px;
		margin-bottom: 19px;
	}
}

@media only screen and (max-width:766px) {
	.descr-info_about-us .priority {
		display: block;
		height: 170px;
	}
}

@media only screen and (max-width:1200px) {
	.descr-info_about-us .descr-info__row:nth-child(2) {
		margin-top: 40px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info_about-us .descr-info__row {
		margin-top: 20px;
	}

	.descr-info_about-us .descr-info__row:nth-child(2) {
		margin-top: 36px;
	}
}

@media only screen and (max-width:766px) {
	.descr-info_about-us .descr-info__row {
		margin-top: 15px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.descr-info_about-us .descr-info__text {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.descr-info_start-position .btn-link {
	opacity: 0;
	-webkit-transform: translate(-50%,50px);
	transform: translate(-50%,50px);
}

@media only screen and (max-width:766px) {
	.descr-info .headline {
		margin-bottom: -5px;
	}

	.one-collection-page .slider-main__slides-wrap {
		display: none;
	}

	.one-collection-page .page-screen-head,.one-collection-page .slider-main {
		background-color: #f5f5f5;
		min-height: auto;
	}

	.one-collection-page .page-screen-head:before {
		content: none;
	}

	.one-collection-page .page-screen-head .container {
		min-height: inherit;
		padding-bottom: 90px;
	}

	.one-collection-page .page-screen-head__title-wrap {
		position: relative;
		margin-top: 100px;
		top: 0;
		max-height: inherit;
		overflow: visible;
		-webkit-transform: none;
		transform: none;
	}

	.one-collection-page .page-screen-head__title-line {
		color: #ec463f;
	}

	.one-collection-page .page-screen-head__title-descr-line,.one-collection-page .page-screen-head__title-line~p {
		color: #767676;
	}

	.one-collection-page .link-video-rhombus {
		position: relative;
		margin-top: 70px;
		top: 0;
	}

	.one-collection-page .link-video-rhombus .link-rhombus__text {
		color: #202020;
	}

	.one-collection-page .link-video-rhombus .link-rhombus__text:before {
		background-image: url(../img/svg-sprite/sprite.svg);
		background-position: -4px -2617px;
		width: 9px;
		height: 19px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width:1200px) {
	.about-page .link-video-rhombus {
		bottom: 60px;
	}
}

.about-page__preview {
	margin-left: 50px;
	margin-right: 50px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.about-page__preview {
		margin-left: 22px;
		margin-right: 22px;
	}
}

@media only screen and (max-width:766px) {
	.about-page__preview {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.about-page__preview .products {
	margin-top: 30px;
}

.slider-play-one-page {
	display: none;
}

@media only screen and (max-width:766px) {
	.slider-play-one-page {
		display: block;
		position: relative;
		width: 100%;
		height: 320px;
		margin-top: 30px;
		z-index: 30;
		overflow: hidden;
	}

	.slider-play-one-page__box {
		-webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
		box-shadow: 0 0 35px rgba(0,0,0,.1);
	}

	.slider-play-one-page__slide {
		height: 100%;
		overflow: hidden;
	}

	.slider-play-one-page__img {
		min-height: 320px;
		max-width: 150%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		position: relative;
	}

	.slider-play-one-page__next-arrow,.slider-play-one-page__prev-arrow {
		position: absolute;
		display: block;
		width: 66px;
		height: 11px;
		cursor: pointer;
		background: 0 0;
		color: transparent;
		top: 160px;
		padding: 0;
		border: 0;
		outline: 0;
		fill: #000;
		-webkit-transition: fill .4s;
		transition: fill .4s;
		z-index: 10;
	}
}

@media only screen and (max-width:766px) and (max-width:1200px) {
	.slider-play-one-page__next-arrow,.slider-play-one-page__prev-arrow {
		fill: #fff;
	}
}

@media only screen and (max-width:766px) {
	.slider-play-one-page__next-arrow:hover,.slider-play-one-page__prev-arrow:hover {
		fill: #ec463f;
	}

	.slider-play-one-page__next-arrow {
		right: -100px;
		padding-top: 1px;
	}
}

@media only screen and (max-width:766px) and (max-width:1200px) {
	.slider-play-one-page__next-arrow {
		right: 30px;
	}
}

@media only screen and (max-width:766px) {
	.slider-play-one-page__prev-arrow {
		left: -100px;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-right: 20px;
	}
}

@media only screen and (max-width:766px) and (max-width:1200px) {
	.slider-play-one-page__prev-arrow {
		left: 30px;
	}
}

@media only screen and (min-width:400px) and (max-width:767px) {
	.slider-play-one-page__img {
		width: 100%;
	}
}

.info-in-digits {
	background-color: #ec463f;
	color: #fff;
	overflow: hidden;
	padding-right: 50px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.info-in-digits {
		padding-right: 22px;
		padding-left: 22px;
	}
}

@media only screen and (max-width:766px) {
	.info-in-digits {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.info-in-digits_start-position .info-in-digits__item {
	opacity: 0;
}

.info-in-digits__inner-wrap {
	text-align: center;
	font-size: 0;
	margin-top: 50px;
	margin-left: -2px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.info-in-digits__inner-wrap {
		margin-top: 45px;
	}
}

@media only screen and (max-width:766px) {
	.info-in-digits__inner-wrap {
		margin-top: 30px;
	}
}

.info-in-digits__item {
	display: inline-block;
	text-align: center;
	width: 195px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.info-in-digits__item {
		width: inherit;
		margin: 0 17px;
	}
}

@media only screen and (max-width:766px) {
	.info-in-digits__item {
		width: 100%;
	}

	.info-in-digits__item:nth-child(n+2) {
		margin-top: 25px;
	}
}

.info-in-digits__value {
	position: relative;
	display: inline-block;
	color: #fff;
	padding-top: 85px;
}

@media only screen and (max-width:1200px) {
	.info-in-digits__value {
		padding-top: 0;
	}
}

.info-in-digits__value:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url(../img/svg-sprite/sprite.svg);
	background-position: -4px -1286px;
	width: 183px;
	height: 170px;
	background-repeat: no-repeat;
}

@media only screen and (max-width:1200px) {
	.info-in-digits__value:before {
		content: none;
	}
}

.info-in-digits__key {
	display: block;
	padding-top: 115px;
	position: relative;
	font-family: "FuturaBookC",serif;
	color: #fff;
	font-size: 15px;
	letter-spacing: .025em;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.info-in-digits__key {
		padding-top: 90px;
	}
}

@media only screen and (max-width:766px) {
	.info-in-digits__key {
		padding-top: 7px;
		font-size: 16px;
	}
}

.info-in-digits__key:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 68px;
	top: 40px;
	left: 50%;
	border-left: 1px solid #fbc5c3;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.info-in-digits__key:before {
		top: 10px;
	}
}

@media only screen and (max-width:766px) {
	.info-in-digits__key:before {
		display: none;
	}
}

.info-in-digits__key:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 205px;
	top: 20px;
	left: 50%;
	border-left: 1px solid rgba(251,197,195,.1);
}

@media only screen and (max-width:1200px) {
	.info-in-digits__key:after {
		content: none;
	}
}

.our-clients_start-position .our-clients__info,.our-clients_start-position .our-clients__logo-item-wrap {
	opacity: 0;
}

.our-clients__inner-wrap {
	padding-right: 62px;
	padding-left: 62px;
	margin-top: 40px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.our-clients__inner-wrap {
		padding-right: 92px;
		padding-left: 92px;
		margin-top: 35px;
	}
}

@media only screen and (max-width:766px) {
	.our-clients__inner-wrap {
		padding-right: 10px;
		padding-left: 10px;
		margin-top: 20px;
	}
}

.our-clients__logo-block {
	font-size: 0;
}

.our-clients__logo-item-wrap {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 20%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 90px;
	padding: 10px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.our-clients__logo-item-wrap {
		width: 25%;
		height: 80px;
		padding: 5px;
	}

	.our-clients__logo-item-wrap:nth-child(n+9) {
		display: none;
	}
}

@media only screen and (max-width:766px) {
	.our-clients__logo-item-wrap {
		width: 50%;
		height: inherit;
		padding: 5px;
	}

	.our-clients__logo-item-wrap:nth-child(n+7) {
		display: none;
	}
}

.our-clients__logo-item {
	max-height: 100%;
	max-width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
}

@media only screen and (max-width:766px) {
	.our-clients__logo-item {
		margin-top: 7px;
		max-height: 100%;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.our-clients__info {
	font-size: 0;
	margin-top: 70px;
}

@media only screen and (max-width:1200px) {
	.our-clients__info {
		margin-top: 10px;
	}
}

.our-clients__info p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}

.our-clients__info p:nth-child(n+2) {
	margin-top: 35px;
}

@media only screen and (max-width:766px) {
	.our-clients__info p:nth-child(n+2) {
		margin-top: 10px;
	}
}

.our-clients__info-descr,.our-clients__info-map {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

@media only screen and (max-width:1200px) {
	.our-clients__info-descr,.our-clients__info-map {
		width: 100%;
	}
}

.our-clients__info-descr {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 80px 0 57px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.our-clients__info-descr {
		padding-left: 54px;
	}
}

@media only screen and (max-width:766px) {
	.our-clients__info-descr {
		padding: 20px 10px 0;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.our-clients__info-map {
		margin-top: 40px;
	}
}

@media only screen and (max-width:766px) {
	.our-clients__info-map {
		margin-top: 25px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.our-clients .headline {
		margin-left: 92px;
	}
}

@media only screen and (max-width:766px) {
	.our-clients .headline {
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
	}
}

.quality-info {
	background-size: cover;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 62px;
	padding-left: 62px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.quality-info {
		padding-right: 92px;
		padding-left: 92px;
	}
}

@media only screen and (max-width:766px) {
	.quality-info {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.quality-info:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.55);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(19,19,19,.45)),color-stop(40%,rgba(28,28,28,.11)),color-stop(55%,rgba(28,28,28,0))),-webkit-gradient(linear,right top,left top,from(rgba(19,19,19,.45)),color-stop(40%,rgba(28,28,28,.11)),color-stop(55%,rgba(28,28,28,0)));
	background-image: -webkit-linear-gradient(left,rgba(19,19,19,.45) 0,rgba(28,28,28,.11) 40%,rgba(28,28,28,0) 55%),-webkit-linear-gradient(right,rgba(19,19,19,.45) 0,rgba(28,28,28,.11) 40%,rgba(28,28,28,0) 55%);
	background-image: linear-gradient(to right,rgba(19,19,19,.45) 0,rgba(28,28,28,.11) 40%,rgba(28,28,28,0) 55%),linear-gradient(to left,rgba(19,19,19,.45) 0,rgba(28,28,28,.11) 40%,rgba(28,28,28,0) 55%);
}

.quality-info_start-position .quality-info__item {
	opacity: 0;
}

.quality-info__inner-wrap {
	padding: 0 50px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.quality-info__inner-wrap {
		padding: 0 50px;
	}
}

@media only screen and (max-width:766px) {
	.quality-info__inner-wrap {
		padding: 0 30px;
	}
}

.quality-info__item-row {
	display: block;
	height: inherit;
	font-size: 0;
}

.quality-info__item-row:after,.quality-info__item-row:before {
	display: table;
	content: "";
}

.quality-info__item-row:after {
	clear: both;
}

.lt-ie8 .quality-info__item-row {
	zoom: 1;
}

@media only screen and (min-width:1200px) {
	.quality-info__item-row {
		margin-top: 15px;
		padding: 0 100px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.quality-info__item-row:nth-child(n+2) {
		margin-top: 100px;
	}
}

@media only screen and (max-width:766px) {
	.quality-info__item-row:nth-child(n+2) {
		margin-top: 80px;
	}
}

.quality-info__item {
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: .02em;
	color: #fff;
	width: 40%;
}

@media only screen and (min-width:1200px) {
	.quality-info__item:nth-child(2) {
		float: right;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.quality-info__item {
		width: 100%;
	}

	.quality-info__item:nth-child(n+2) {
		margin-top: 100px;
	}
}

@media only screen and (max-width:766px) {
	.quality-info__item {
		width: 100%;
		font-size: 14px;
		line-height: 1.5;
	}

	.quality-info__item:nth-child(n+2) {
		margin-top: 80px;
	}
}

.quality-info__item:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -65px;
	left: -30px;
	background-image: url(../img/svg-sprite/sprite.svg);
	background-position: -4px -1756px;
	width: 71px;
	height: 66px;
	background-repeat: no-repeat;
}

.quality-info .headline {
	margin-bottom: 100px;
}

.footer__nav a,.quality-info .headline__title {
	color: #fff;
}

@media only screen and (min-width:1200px) {
	.quality-info .headline {
		margin-left: 30px;
	}
}

@media only screen and (max-width:766px) {
	.quality-info .headline {
		margin-bottom: 80px;
	}
}

.map_quality {
	height: 360px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.map_quality {
		height: 330px;
	}
}

@media only screen and (max-width:766px) {
	.map_quality {
		height: 230px;
	}
}

.map_our-clients {
	height: 330px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.map_our-clients {
		height: 330px;
	}
}

@media only screen and (max-width:766px) {
	.map_our-clients {
		height: 170px;
	}
}

.map a[href^="http://maps.google.com/maps"],.map a[href^="https://maps.google.com/maps"] {
	display: none!important;
}

.map .gm-style-cc {
	display: none;
}

.link-rhombus {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)!important;
	display: block;
	z-index: 1;
	color: #fff;
	font-family: "FuturaFuturisBold",serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .1em;
	cursor: pointer;
	/*! border-width: 28px; */
	/*! border-color: #000; */
}

@media only screen and (min-width:1200px) {
	.link-rhombus:hover,a:hover .link-rhombus {
		background: 0 0;
	}

	.link-rhombus:hover .link-rhombus__rhomb,a:hover .link-rhombus .link-rhombus__rhomb {
		stroke-dasharray: 20,270;
		stroke-dashoffset: 35;
	}

	.link-rhombus:hover .pulse,a:hover .link-rhombus .pulse {
		opacity: 0;
		-webkit-animation: none;
		animation: none;
	}
}

.link-rhombus__rhomb {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -45px;
	width: 70px;
	height: 90px;
	stroke: #ec463f;
	stroke-dasharray: 350,0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

@media only screen and (max-width:766px) {
	.link-rhombus__rhomb {
		display: none;
	}

	.certificate .link-rhombus__rhomb,.js-video-play .link-rhombus__rhomb,.js-video-play-from-in .link-rhombus__rhomb {
		display: block;
	}
}

.link-rhombus__rhomb_white {
	stroke: #fff;
}

.link-rhombus__text {
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.link-video-rhombus .link-rhombus__text {
	margin-left: 17px;
}

.link-video-rhombus .link-rhombus__text:before {
	background-image: url(../img/svg-sprite/sprite.svg);
	background-position: -4px -2594px;
	width: 9px;
	height: 19px;
	background-repeat: no-repeat;
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: -4px;
}

.link-rhombus__add-text {
	font-family: "FrizQuadrataItalic",serif;
	font-size: 8px;
	font-style: italic;
	padding-left: 10px;
}

.link-video-rhombus {
	display: block;
	position: absolute;
	bottom: 100px;
	left: 145px;
	z-index: 30;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	cursor: pointer;
}

@media only screen and (min-width:1200px) {
	.link-video-rhombus {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		bottom: inherit;
		left: inherit;
		right: 0;
	}

	.link-video-rhombus:hover,a:hover .link-video-rhombus {
		background: 0 0;
	}

	.link-video-rhombus:hover .link-rhombus__rhomb,a:hover .link-video-rhombus .link-rhombus__rhomb {
		stroke-dasharray: 20,270;
		stroke-dashoffset: 35;
	}

	.link-video-rhombus:hover .link-rhombus__text:after,a:hover .link-video-rhombus .link-rhombus__text:after {
		opacity: 1;
		left: 15%;
		width: 70%;
	}

	.link-video-rhombus:hover .pulse,a:hover .link-video-rhombus .pulse {
		opacity: 0;
		-webkit-animation: none;
		animation: none;
	}

	.home-page .link-video-rhombus {
		display: none;
	}

	.link-video-rhombus.products__item {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		bottom: inherit;
		left: inherit;
		right: 0;
	}
}

@media only screen and (max-width:766px) {
	.link-video-rhombus {
		left: 55px;
	}
}

.pulse {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transform-origin: 43px center;
	transform-origin: 43px center;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	stroke: #fbb2b2;
}

.pulse.pulse-1,.pulse.pulse-2,.pulse.pulse-3 {
	-webkit-animation: PULSE infinite;
	animation: PULSE infinite;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.pulse.pulse-2,.pulse.pulse-3 {
	-webkit-animation-delay: 1.66667s;
	animation-delay: 1.66667s;
}

.pulse.pulse-3 {
	-webkit-animation-delay: 3.33333s;
	animation-delay: 3.33333s;
}

.infographics {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.infographics {
		width: 100%;
		overflow: hidden;
	}
}

.infographics_start-position.infographics-bg:before {
	width: 0;
}

.infographics_start-position .infographics__background,.infographics_start-position .infographics__left-list li,.infographics_start-position .infographics__right-list li {
	opacity: 0;
}

.infographics .btn-link {
	display: none;
}

@media only screen and (min-width:1200px) {
	.infographics .btn-link:hover:after,.infographics .btn-link:hover:before {
		background: #f5f5f5;
	}
}

@media only screen and (max-width:1200px) {
	.infographics .btn-link {
		display: inline-block;
	}
}

.infographics__inner {
	position: relative;
	padding: 0 120px;
}

.infographics__inner:after,.infographics__inner:before {
	display: table;
	content: "";
}

.infographics__inner:after {
	clear: both;
}

.lt-ie8 .infographics__inner {
	zoom: 1;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.infographics__inner {
		padding: 0 80px;
	}
}

@media only screen and (max-width:1200px) {
	.infographics__inner {
		padding: 0;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.infographics__inner {
		margin-left: 80px;
		margin-right: 80px;
	}
}

@media only screen and (max-width:766px) {
	.infographics__inner {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.infographics__layers .infographics__left-list,.infographics__layers .infographics__right-list {
	width: 270px;
}

@media only screen and (max-width:1200px) {
	.infographics__layers .infographics__left-list,.infographics__layers .infographics__right-list {
		width: 100%;
	}
}

.infographics__background {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 75%;
	height: 75%;
	opacity: .3;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width:1200px) {
	.infographics__background {
		background-image: none;
		z-index: -100;
	}
}

.infographics__left-list,.infographics__right-list {
	width: 400px;
	margin-top: 47px;
}

.infographics__left-list {
	float: left;
	padding-right: 30px;
}

.infographics__left-list:after,.infographics__left-list:before {
	display: table;
	content: "";
}

.infographics__left-list:after {
	clear: both;
}

.lt-ie8 .infographics__left-list {
	zoom: 1;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.infographics__left-list {
		margin-top: 40px;
	}
}

@media only screen and (max-width:766px) {
	.infographics__left-list {
		margin-top: 35px;
		padding-right: 0;
	}
}

.infographics__left-list .btn-link {
	display: inline-block;
}

@media only screen and (max-width:1200px) {
	.infographics__left-list .btn-link {
		display: none;
	}
}

.infographics__right-list {
	float: right;
	margin-right: -10px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.infographics__right-list {
		margin-top: 45px;
	}
}

@media only screen and (max-width:766px) {
	.infographics__right-list {
		margin-top: 20px;
	}

	.infographics__showhide .infographics__right-list {
		margin-top: 0;
	}
}

@media only screen and (max-width:1200px) {
	.infographics__left-list,.infographics__right-list {
		float: none;
		width: 100%;
		padding-left: 30px;
	}
}

@media only screen and (max-width:766px) {
	.infographics__left-list,.infographics__right-list {
		padding-left: 0;
		width: 100%;
	}
}

.infographics__list-item {
	padding-left: 40px;
	position: relative;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.infographics__list-item {
		padding-left: 35px;
	}
}

@media only screen and (max-width:766px) {
	.infographics__list-item {
		padding-left: 58px;
		line-height: 1.7;
	}
}

.infographics__list-item:nth-child(n+2) {
	margin-top: 30px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.infographics__list-item:nth-child(n+2) {
		margin-top: 43px;
	}
}

@media only screen and (max-width:766px) {
	.infographics__list-item:nth-child(n+2) {
		margin-top: 20px;
	}

	.infographics__showhide .infographics__list-item:nth-child(n+2) {
		margin-top: 0;
	}
}

.infographics__list-item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	z-index: 2;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.infographics__list-item-img {
		left: -10px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.infographics__list-item-img {
		left: -30px;
	}
}

.infographics__list-item-img svg {
	fill: green;
}

.infographics__item-caption {
	position: relative;
	font-family: "FuturaFuturisBold",serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .1em;
	z-index: 2;
}

@media only screen and (max-width:766px) {
	.infographics__item-caption {
		font-size: 12px;
	}
}

.infographics__item-text_about {
	width: 100%;
	display: none;
}

@media only screen and (min-width:1200px) {
	.infographics__item-text_about {
		margin-left: 40px;
		width: 270px;
	}

	.infographics__item-text_about.desktopOnly {
		display: inline-block;
	}
}

@media only screen and (max-width:1200px) {
	.infographics__item-text_about.mobileOnly {
		display: inline-block;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.infographics__item-text_about {
		padding-left: 35px;
	}

	.infographics__item-text_about.mobileOnly {
		padding-left: 65px;
		margin: 35px 0 0;
	}
}

@media only screen and (max-width:766px) {
	.infographics__item-text_about {
		margin-top: 30px;
	}
}

.infographics__item-text {
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1.4;
	-webkit-transition: height .5s,max-height 1s,-webkit-transform .5s;
	transition: height .5s,transform .5s,max-height 1s;
	transition: height .5s,transform .5s,max-height 1s,-webkit-transform .5s;
	font-size: 16px;
}

@media only screen and (min-width:1200px) {
	.infographics__item-text {
		overflow: hidden;
		margin-top: 7px;
		line-height: 1.3;
	}

	.about-page .infographics__item-text,.home-page .infographics__item-text {
		max-height: 80px;
		min-height: 80px;
	}
}

@media only screen and (max-width:1200px) {
	.infographics__item-text {
		margin-top: 12px;
	}
}

@media only screen and (max-width:766px) {
	.infographics__item-text {
		overflow: hidden;
	}
}

.infographics__drop-di {
	display: none;
	cursor: pointer;
	width: 8px;
	height: 4px;
	fill: #e64740;
	-webkit-transition: all .5s,top .5s .3s;
	transition: all .5s,top .5s .3s;
	position: relative;
	padding: 7px;
	left: -7px;
	top: -10px;
}

@media only screen and (max-width:766px) {
	.infographics__drop-di {
		display: inline-block;
	}
}

.infographics__showhide-item {
	position: absolute;
	display: none;
}

@media only screen and (max-width:766px) {
	.infographics__showhide-item~.infographics__item-text {
		max-height: 0;
	}

	.infographics__showhide-item:checked~.infographics__item-text {
		max-height: 200px;
	}

	.infographics__showhide-item:checked~.infographics__drop-di {
		display: inline-block;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		fill: #000;
		top: 0;
	}
}

.infographics .btn-center.btn-link {
	opacity: 0;
}

@media only screen and (max-width:1200px) {
	.infographics .btn-center.btn-link {
		opacity: 1;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.infographics .headline {
		width: 100%;
		padding-left: 30px;
		margin-left: 62px;
		margin-right: 62px;
	}
}

@media only screen and (max-width:766px) {
	.infographics .headline {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.infographics-bg {
	position: relative;
}

.infographics-bg:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	bottom: 0;
	background-color: #f5f5f5;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.infographics-bg.animDone:before {
	width: 100%;
}

.infographics__item-path {
	position: absolute;
	z-index: 1;
}

.infographics__item-path svg {
	position: absolute;
}

@media only screen and (max-width:1200px) {
	.infographics__item-path {
		display: none;
	}
}

.infographics__item-path_h-1 {
	right: -150px;
	top: 5px;
	width: 212px;
	height: 140px;
}

.infographics__item-path_h-2 {
	right: -270px;
	top: 5px;
	width: 365px;
	height: 214px;
}

.infographics__item-path_h-3 {
	left: -182px;
	top: 15px;
	width: 170px;
	height: 130px;
}

.infographics__item-path_h-4 {
	left: -59px;
	top: 8px;
	width: 203px;
	height: 134px;
}

.infographics__item-path_h-5 {
	left: -90px;
	top: -41px;
	width: 81px;
	height: 54px;
}

.infographics__item-path_la-1 {
	right: -70px;
	top: 5px;
	width: 228px;
	height: 150px;
}

.infographics__item-path_la-2 {
	right: -257px;
	top: 5px;
	width: 365px;
	height: 214px;
}

.infographics__item-path_la-3 {
	left: -62px;
	top: 15px;
	width: 170px;
	height: 130px;
}

.infographics__item-path_la-4 {
	left: -100px;
	top: 28px;
	width: 81px;
	height: 54px;
}

.infographics svg .dotted-line {
	stroke: #f5f5f5;
	stroke-width: 2px;
	stroke-dasharray: 4 2;
}

.infographics svg .cross,.infographics svg .ellipse {
	opacity: 0;
	-webkit-transition: opacity 1s linear 1.7s;
	transition: opacity 1s linear 1.7s;
}

.infographics svg .solid-line {
	fill: none;
	stroke: #b9b9b9;
}

.infographics .infographics__line {
	stroke-width: 1;
	stroke-miterlimit: 10;
}

.infographics #line-home-1 {
	stroke-dasharray: 329;
	stroke-dashoffset: 331;
}

.infographics #line-home-2 {
	stroke-dasharray: 520;
	stroke-dashoffset: 520;
}

.infographics #line-home-3 {
	stroke-dasharray: 290,292;
	stroke-dashoffset: 290;
}

.infographics #line-home-4 {
	stroke-dasharray: 120;
	stroke-dashoffset: 120;
}

.infographics #line-home-5 {
	stroke-dasharray: 130;
	stroke-dashoffset: 130;
}

.infographics #line-about-1 {
	stroke-dasharray: 370;
	stroke-dashoffset: 372;
}

.infographics #line-about-2 {
	stroke-dasharray: 257;
	stroke-dashoffset: 259;
}

.infographics #line-about-3 {
	stroke-dasharray: 212;
	stroke-dashoffset: 214;
}

.infographics #line-about-4 {
	stroke-dasharray: 239;
	stroke-dashoffset: 241;
}

.infographics .infographics__item-path.animated .cross,.infographics .infographics__item-path.animated .ellipse {
	opacity: 1;
}

.tile-structure {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 440px;
	height: 250px;
	margin-left: 4px;
	position: absolute;
	top: 128px;
	background-repeat: no-repeat;
	background-size: contain;
}

.infographics_home .tile-structure {
	background-image: url(../img/general/bg-tile.png);
}

.infographics_about .tile-structure {
	top: 88px;
	height: 300px;
}

@media only screen and (max-width:1200px) {
	.tile-structure {
		background-image: none;
		display: none;
	}
}

.tile-structure__layer {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	opacity: 0;
}

@media only screen and (max-width:1200px) {
	.tile-structure__layer {
		display: none;
	}
}

.tile-structure__layer_home-1 {
	background-image: url(../img/general/tile-layer-home-1.png);
}

.tile-structure__layer_home-2 {
	background-image: url(../img/general/tile-layer-home-2.png);
}

.tile-structure__layer_home-3 {
	background-image: url(../img/general/tile-layer-home-3.png);
}

.tile-structure__layer_home-4 {
	background-image: url(../img/general/tile-layer-home-4.png);
}

.tile-structure__layer_about-1 {
	background-image: url(../img/general/tile-layer-about-1.png);
}

.tile-structure__layer_about-2 {
	background-image: url(../img/general/tile-layer-about-2.png);
}

.tile-structure__layer_about-3 {
	background-image: url(../img/general/tile-layer-about-3.png);
}

.tile-structure__layer_about-4 {
	background-image: url(../img/general/tile-layer-about-4.png);
}

.tile-structure__layer_about-5 {
	background-image: url(../img/general/tile-layer-about-5.png);
}

.footer {
	width: 100%;
	bottom: 0;
	padding: 55px 0;
	background-color: #202020;
	color: #fff;
	position: fixed;
	background-image: url(../img/general/line-footer.png);
	background-position-x: 46px;
	background-position-y: 0;
	overflow-x: hidden;
}

.footer:after,.footer:before {
	display: table;
	content: "";
}

.footer:after {
	clear: both;
}

.lt-ie8 .footer,.lt-ie8 .footer__nav,.lt-ie8 .footer__navigation,.lt-ie8 .footer__pages-nav {
	zoom: 1;
}

@media only screen and (max-width:1200px) {
	.footer {
		position: relative;
		background-image: none;
		bottom: inherit;
	}
}

@media only screen and (max-width:766px) {
	.footer {
		padding-top: 40px;
		padding-bottom: 120px;
	}
}

.footer__navigation {
	position: relative;
}

.footer__navigation:after,.footer__navigation:before {
	display: table;
	content: "";
}

.footer__navigation:after {
	clear: both;
}

.footer__logo {
	display: block;
	width: 195px;
	float: right;
	min-height: 50px;
	height: 45px;
	background-image: url(../img/minified-svg/logo-zeus.svg?v=1);
	background-size: 100px 50px;
	background-repeat: no-repeat;
	background-position: right center;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.footer__logo {
		width: 130px;
		float: left;
		background-position: center center;
	}
}

@media only screen and (max-width:766px) {
	.footer__logo {
		width: 100%;
		float: none;
		padding-left: 3px;
		background-position: center center;
	}
}

.footer__slogan {
	width: 390px;
	float: left;
	padding-left: 110px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-family: "FrizQuadrataRegular",serif;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.4em;
	margin-top: -3px;
}

@media only screen and (max-width:1200px) {
	.footer__slogan {
		display: none;
	}
}

.footer__slogan:before {
	content: '';
	width: 83px;
	display: block;
	position: absolute;
	border-top: 1px solid #ec463f;
	left: 0;
	top: .7em;
}

.footer__nav:after,.footer__nav:before {
	display: table;
	content: "";
}

.footer__nav:after {
	clear: both;
}

.footer__pages-nav {
	width: 585px;
	float: right;
	position: relative;
	z-index: 5;
}

.footer__pages-nav:after,.footer__pages-nav:before {
	display: table;
	content: "";
}

.footer__pages-nav:after {
	clear: both;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.footer__pages-nav {
		width: 515px;
		margin-right: 70px;
	}
}

@media only screen and (max-width:766px) {
	.footer__pages-nav {
		width: 100%;
	}
}

.footer__about-nav,.footer__for-client-nav,.footer__socials-nav {
	display: block;
	width: 195px;
	float: left;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.footer__about-nav,.footer__for-client-nav,.footer__socials-nav {
		width: 155px;
	}
}

@media only screen and (max-width:766px) {
	.footer__about-nav,.footer__for-client-nav,.footer__socials-nav {
		display: none;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.footer__socials-nav {
		width: 195px;
	}
}

@media only screen and (max-width:766px) {
	.footer__socials-nav {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 45px;
		text-align: center;
		display: block;
	}

	.footer__socials-nav .footer__title-nav {
		display: none;
	}
}

.footer__socials-item {
	float: left;
}

.footer__socials-item:nth-child(n+2) {
	margin-left: 20px;
}

.footer__title-nav {
	display: inline-block;
	margin-bottom: 20px;
	font-family: "FuturaFuturisBold",sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .1em;
}

.footer__nav-item:nth-child(n+2) {
	margin-top: 15px;
}

.footer a.footer__nav-link {
	color: #797878;
}

.footer__nav-link {
	color: #797878;
	text-shadow: none;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

@media only screen and (min-width:1200px) {
	.footer__nav-link::after {
		content: attr(data-hover);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 0;
		color: #ec463f;
		-webkit-transition: width .5s;
		transition: width .5s;
		white-space: nowrap;
	}

	.footer__nav-link:hover::after {
		width: 100%;
	}
}

.footer__copyrights {
	width: 100%;
	position: absolute;
	bottom: -2px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.footer__copyrights {
		bottom: -27px;
	}
}

@media only screen and (max-width:766px) {
	.footer__copyrights {
		position: relative;
		text-align: center;
	}
}

.footer__copyright {
	display: inline-block;
	width: 300px;
	margin-left: 110px;
	font-size: 11px;
	letter-spacing: .1em;
	color: #545454;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.footer__copyright {
		margin-left: 25px;
		width: 100px;
		line-height: 2em;
		top: -2em;
		position: relative;
	}
}

@media only screen and (max-width:766px) {
	.footer__copyright {
		margin-left: 5px;
		text-align: center;
		font-size: 9px;
		letter-spacing: normal;
	}
}

.vintage-logo {
	position: relative;
	float: right;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.vintage-logo {
		margin-right: 180px;
	}
}

@media only screen and (max-width:766px) {
	.vintage-logo {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		float: none;
		top: 85px;
	}
}

.vintage-logo__sup {
	font-size: 12px;
	letter-spacing: .1em;
	color: #545454;
	position: relative;
	top: -10px;
	-webkit-transition: color 1s;
	transition: color 1s;
}

.vintage-logo svg {
	fill: #545454;
	-webkit-transition: opacity 1s,fill 1s;
	transition: opacity 1s,fill 1s;
}

.vintage-logo:hover .vintage-logo__sup,.vintage-logo:hover svg {
	fill: #fff;
	color: #fff;
}

svg.soc-double-icon {
	width: 20px;
	height: 20px;
	fill: #ec463f;
	position: relative;
	-webkit-transition: fill .5s;
	transition: fill .5s;
}

svg.soc-double-icon:hover {
	fill: #fff;
}

.soc-share__list svg.soc-double-icon:hover {
	fill: #000;
}

.scroll-up {
	display: block;
	top: 10px;
	position: relative;
	background-image: url(../img/svg-sprite/sprite.svg);
	background-position: -4px -1826px;
	width: 11px;
	height: 66px;
	background-repeat: no-repeat;
	-webkit-transition: top .3s,opacity .3s;
	transition: top .3s,opacity .3s;
}

.scroll-up-wrap {
	display: block;
	position: absolute;
	height: 80px;
	cursor: pointer;
	padding: 5px;
	width: 10px;
	right: -25px;
	bottom: 45px;
	z-index: 1;
}

@media only screen and (min-width:1200px) {
	.scroll-up-wrap {
		position: fixed;
		right: 15px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.scroll-up-wrap {
		right: 15px;
	}
}

@media only screen and (max-width:766px) {
	.scroll-up-wrap {
		position: absolute;
		bottom: 111px;
		right: 5px;
		z-index: 10;
	}
}

@media only screen and (min-width:1200px) {
	.scroll-up-wrap:hover .scroll-up {
		top: 0;
	}
}

.scroll-up_hide {
	opacity: 0;
	pointer-events: none;
}

.after-first-screen {
	margin: 0 auto;
	background-color: #fff;
	background-position-y: 39px;
}

@media only screen and (min-width:1200px) {
	.after-first-screen {
		z-index: 100;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		padding-top: 110px;
	}
}

.intro-effect-push {
	width: 100%;
	height: 100%;
}

@media only screen and (min-width:1200px) {
	.intro-effect-push:not(.notrans) .first-screen,.intro-effect-push:not(.notrans)>.after-first-screen {
		-webkit-transition-property: opacity,-webkit-transform;
		transition-property: opacity,transform;
		transition-property: opacity,transform,-webkit-transform;
	}

	.intro-effect-push:not(.notrans)>.after-first-screen {
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
	}

	.intro-effect-push:not(.notrans) .first-screen {
		-webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
		transition-timing-function: cubic-bezier(.7,0,.3,1);
		-webkit-transition-duration: 1.2s,1.2s,.8s,.8s;
		transition-duration: 1.2s,1.2s,.8s,.8s;
	}

	.intro-effect-push .first-screen {
		position: absolute;
		width: 100%;
		z-index: 150;
	}

	.intro-effect-push .content>div,.intro-effect-push>.after-first-screen {
		-webkit-transform: translateY(400px);
		transform: translateY(400px);
		opacity: 0;
	}

	.intro-effect-push>.after-first-screen {
		position: relative;
		top: auto;
		left: auto;
	}

	.intro-effect-push .content>div {
		margin-top: 50px;
		color: #b2b2c0;
	}

	.intro-effect-push.modify>.after-first-screen {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	.intro-effect-push.modify .first-screen {
		-webkit-transform: translateY(-100%) scale(.9);
		transform: translateY(-100%) scale(.9);
	}

	.intro-effect-push.modify:not(.notrans)>.after-first-screen {
		-webkit-transition-delay: .5s;
		transition-delay: .5s;
	}

	.intro-effect-push.modify:not(.notrans) .content>div {
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
	}
}

.page-screen-head {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	width: 100%;
	min-height: 200px;
	margin-bottom: 0;
	background-color: #767676;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 10;
}

.page-screen-head .home-page {
	height: 100%;
}

.one-collection-page .page-screen-head {
	min-height: 550px;
}

.page-screen-head:before,.page-screen-head__tile-patt {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
}

.page-screen-head:before {
	background-color: #000;
	-webkit-transition: opacity 5s;
	transition: opacity 5s;
}

.page-screen-head__tile-patt {
	z-index: 20;
	-webkit-transition: opacity 3.5s;
	transition: opacity 3.5s;
}

@media only screen and (max-width:766px) {
	.page-screen-head__tile-patt {
		background-image: none;
	}
}

.page-screen-head_start-position .page-screen-head__title-descr-line,.page-screen-head_start-position .page-screen-head__title-line,.page-screen-head_start-position .page-screen-head__title-line~p {
	-webkit-transform: translateX(-130%);
	transform: translateX(-130%);
}

.page-screen-head_start-position .page-screen-head__title-line.red-line-before {
	-webkit-transform: translateX(-145%);
	transform: translateX(-145%);
}

@media only screen and (min-width:1200px) {
	.page-screen-head_start-position .page-screen-head__title-line.red-line-before {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

.page-screen-head_start-position .page-link-control,.page-screen-head_start-position .slider-main__control {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.page-screen-head_start-position .collection-features,.page-screen-head_start-position .link-video-rhombus {
	opacity: 0;
}

.page-screen-head__title-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	z-index: 30;
}

@media only screen and (min-width:1200px) {
	.home-page .page-screen-head__title-wrap,.one-collection-page .page-screen-head__title-wrap {
		margin-left: 195px;
	}

	.about-page .page-screen-head__title-wrap {
		margin-top: 35px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.page-screen-head__title-wrap {
		top: 45%;
		margin: 0 60px;
	}

	.home-page .page-screen-head__title-wrap,.one-collection-page .page-screen-head__title-wrap {
		margin-left: 46px;
	}
}

@media only screen and (max-width:766px) {
	.page-screen-head__title-wrap {
		top: 60%;
		margin: 0 10px;
	}
}

.one-collection-page .page-screen-head__title-wrap {
	top: 45%;
	overflow: hidden;
	padding-top: 25px;
}

@media only screen and (min-width:1200px) {
	.one-collection-page .page-screen-head__title-wrap {
		max-height: 190px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.one-collection-page .page-screen-head__title-wrap {
		top: 35%;
		max-height: 170px;
		overflow: hidden;
	}
}

.page-screen-head__title {
	display: block;
	font-size: 50px;
	letter-spacing: .075em;
	z-index: 30;
	padding-left: 195px;
	padding-right: 175px;
	line-height: 1.3;
}

@media only screen and (min-width:1200px) {
	.home-page .page-screen-head__title {
		font-size: 60px;
		padding-left: 75px;
	}

	.one-collection-page .page-screen-head__title {
		padding-left: 0;
	}

	.partners-page .page-screen-head__title {
		width: 640px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.page-screen-head__title {
		left: 90px;
		padding-left: 0;
		padding-right: 0;
		font-size: 45px;
	}

	.home-page .page-screen-head__title,.one-collection-page .page-screen-head__title {
		padding-left: 54px;
	}
}

@media only screen and (max-width:766px) {
	.page-screen-head__title {
		left: 0;
		font-size: 30px;
		padding-left: 0;
		padding-right: 0;
	}

	.about-page .page-screen-head__title {
		font-size: 27px;
	}
}

.page-screen-head__title-line {
	display: block;
	position: relative;
	color: #fff;
}

@media only screen and (max-width:1200px) {
	.page-screen-head__title-line:nth-child(n+2) {
		margin-left: 0;
		margin-top: 10px;
	}
}

.page-screen-head__title-descr-line,.page-screen-head__title-line~p {
	font-size: 18px;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	color: #fff;
	letter-spacing: .027em;
	font-family: "FuturaBookC",sans-serif;
	text-transform: none;
}

.one-collection-page .page-screen-head__title-descr-line,.one-collection-page .page-screen-head__title-line~p {
	width: 590px;
}

@media only screen and (max-width:1200px) {
	.one-collection-page .page-screen-head__title-descr-line,.one-collection-page .page-screen-head__title-line~p {
		width: 100%;
	}
}

@media only screen and (max-width:766px) {
	.partners-page .page-screen-head__title-descr-line,.partners-page .page-screen-head__title-line~p {
		margin-top: 15px;
		line-height: 1.35em;
	}
}

.page-screen-head__title-descr-line.first-line,.page-screen-head__title-descr-line:first-of-type,.page-screen-head__title-line~p.first-line,.page-screen-head__title-line~p:first-of-type {
	margin-top: 20px;
}

@media only screen and (max-width:766px) {
	.partners-page .page-screen-head__title-descr-line.first-line,.partners-page .page-screen-head__title-descr-line:first-of-type,.partners-page .page-screen-head__title-line~p.first-line,.partners-page .page-screen-head__title-line~p:first-of-type {
		margin-top: 15px;
	}
}

.page-screen-head .container {
	height: 100%;
	/* min-height: 70vh; */
	min-height: 100vh
}

@media only screen and (max-width:1200px) {
	.page-screen-head .container {
		width: 100%;
	}

	.partners-page .page-screen-head .container {
		min-height: 320px;
		height: 80vh;
	}
}

.page-screen-head .red-line-before:before {
	content: '';
	width: 135px;
	display: block;
	position: absolute;
	top: 50%;
	border-top: 1px solid #ec463f;
	left: -195px;
}

@media only screen and (max-width:1200px) {
	.page-screen-head .red-line-before:before {
		content: none;
		display: none;
	}
}

.fof {
	height: 100vh;
}

.fof:after {
	content: '';
	display: block;
	height: 100%;
	background-color: #000;
	top: 0;
	opacity: .4;
}

.fof__img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	background-color: #767676;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .75;
}

.fof:after,.fof__block {
	width: 100%;
	position: absolute;
}

.fof__block {
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: "FrizQuadrataRegular";
	z-index: 30;
	color: #fff;
}

.fof__text,.fof__title {
	display: block;
}

.fof__title {
	font-size: 200px;
}

@media only screen and (max-width:766px) {
	.fof__title {
		font-size: 100px;
	}
}

.fof__text {
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 20px;
	text-align: center;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.fof__text {
		margin-top: 12px;
	}
}

@media only screen and (max-width:766px) {
	.fof__text {
		font-size: 17px;
	}
}

.fof__link {
	position: relative;
	display: inline-block;
	padding: 3px 30px;
	margin-top: 70px;
	background-color: #ec463f;
	text-align: center;
	line-height: 54px;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	z-index: 1;
	white-space: nowrap;
	-webkit-box-shadow: 0 10px 10px -3px rgba(0,0,0,.06);
	box-shadow: 0 10px 10px -3px rgba(0,0,0,.06);
	-webkit-transition: color .6s ease .3s;
	transition: color .6s ease .3s;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.fof__link {
		margin-top: 55px;
	}
}

@media only screen and (max-width:766px) {
	.fof__link {
		margin-top: 40px;
		font-size: 12px;
		padding: 3px 30px;
	}
}

.fof__link:after,.fof__link:before {
	content: "";
	position: absolute;
	width: 70%;
	height: 1px;
	top: 1px;
	bottom: 1px;
	margin: auto;
	background: #ec463f;
	-webkit-transition: all 1s,height .4s ease 0s;
	transition: all 1s,height .4s ease 0s;
	z-index: -1;
}

@media only screen and (max-width:766px) {
	.fof__link:after,.fof__link:before {
		display: none;
	}
}

.fof__link:before {
	left: -15px;
}

.fof__link:after {
	right: -15px;
}

.fof .pulse {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
	stroke: #ec463f;
}

.fof .pulse.pulse-1 {
	-webkit-animation: PULSE-fof infinite;
	animation: PULSE-fof infinite;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@media only screen and (max-width:766px) {
	.fof .pulse.pulse-1 {
		-webkit-animation: PULSE-fof_mobile infinite;
		animation: PULSE-fof_mobile infinite;
		-webkit-animation-duration: 9s;
		animation-duration: 9s;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}
}

.fof .pulse.pulse-2 {
	-webkit-animation: PULSE-fof infinite;
	animation: PULSE-fof infinite;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-delay: 1.71429s;
	animation-delay: 1.71429s;
}

@media only screen and (max-width:766px) {
	.fof .pulse.pulse-2 {
		-webkit-animation: PULSE-fof_mobile infinite;
		animation: PULSE-fof_mobile infinite;
		-webkit-animation-duration: 9s;
		animation-duration: 9s;
		-webkit-animation-delay: 1.8s;
		animation-delay: 1.8s;
	}
}

.fof .pulse.pulse-3 {
	-webkit-animation: PULSE-fof infinite;
	animation: PULSE-fof infinite;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-delay: 3.42857s;
	animation-delay: 3.42857s;
}

@media only screen and (max-width:766px) {
	.fof .pulse.pulse-3 {
		-webkit-animation: PULSE-fof_mobile infinite;
		animation: PULSE-fof_mobile infinite;
		-webkit-animation-duration: 9s;
		animation-duration: 9s;
		-webkit-animation-delay: 3.6s;
		animation-delay: 3.6s;
	}
}

.fof .pulse.pulse-4 {
	-webkit-animation: PULSE-fof infinite;
	animation: PULSE-fof infinite;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-delay: 5.14286s;
	animation-delay: 5.14286s;
}

@media only screen and (max-width:766px) {
	.fof .pulse.pulse-4 {
		-webkit-animation: PULSE-fof_mobile infinite;
		animation: PULSE-fof_mobile infinite;
		-webkit-animation-duration: 9s;
		animation-duration: 9s;
		-webkit-animation-delay: 5.4s;
		animation-delay: 5.4s;
	}
}

.fof .pulse.pulse-5 {
	-webkit-animation: PULSE-fof infinite;
	animation: PULSE-fof infinite;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-delay: 6.85714s;
	animation-delay: 6.85714s;
}

@media only screen and (max-width:766px) {
	.fof .pulse.pulse-5 {
		-webkit-animation: PULSE-fof_mobile infinite;
		animation: PULSE-fof_mobile infinite;
		-webkit-animation-duration: 9s;
		animation-duration: 9s;
		-webkit-animation-delay: 7.2s;
		animation-delay: 7.2s;
	}
}

.fof .pulse.pulse-6 {
	-webkit-animation: PULSE-fof infinite;
	animation: PULSE-fof infinite;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-delay: 8.57143s;
	animation-delay: 8.57143s;
}

@media only screen and (max-width:766px) {
	.fof .pulse.pulse-6 {
		-webkit-animation: PULSE-fof_mobile infinite;
		animation: PULSE-fof_mobile infinite;
		-webkit-animation-duration: 9s;
		animation-duration: 9s;
		-webkit-animation-delay: 9s;
		animation-delay: 9s;
	}
}

.fof .pulse.pulse-7 {
	-webkit-animation: PULSE-fof infinite;
	animation: PULSE-fof infinite;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-delay: 10.28571s;
	animation-delay: 10.28571s;
}

@media only screen and (max-width:766px) {
	.fof .pulse.pulse-7 {
		-webkit-animation: PULSE-fof_mobile infinite;
		animation: PULSE-fof_mobile infinite;
		-webkit-animation-duration: 9s;
		animation-duration: 9s;
		-webkit-animation-delay: 10.8s;
		animation-delay: 10.8s;
	}

	.fof .pulse.pulse-6,.fof .pulse.pulse-7 {
		display: none;
	}
}

.fof__square-pulse {
	width: 25px;
	height: 25px;
	position: relative;
	top: -60px;
	margin: 0 15px;
}

@media only screen and (max-width:766px) {
	.fof__square-pulse {
		top: -30px;
	}
}

.fof svg {
	overflow: visible;
}

.collection-features {
	display: block;
	z-index: 30;
	position: absolute;
	top: 70%;
	color: #fff;
	margin-left: 195px;
}

@media only screen and (min-width:1200px) {
	.collection-features {
		width: 970px;
		opacity: .8;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.collection-features {
		width: 680px;
		top: 55%;
		margin-left: 99px;
		font-size: 11px;
	}
}

@media only screen and (max-width:766px) {
	.collection-features {
		margin-left: 10px;
	}

	.one-collection-page .collection-features {
		color: #767676;
		margin-top: 30px;
		position: relative;
		top: 0;
	}
}

.collection-features__control {
	width: 170px;
	display: inline-block;
	vertical-align: top;
	top: -7px;
	position: relative;
}

@media only screen and (max-width:766px) {
	.collection-features__control {
		top: 0;
		margin-bottom: 30px;
	}
}

.collection-features__control-item {
	position: relative;
	cursor: pointer;
	margin: 0 7px;
	height: 30px;
	display: inline-block;
	min-width: 30px;
}

@media only screen and (max-width:766px) {
	.collection-features__control-item {
		margin: 0;
		padding-bottom: 25px;
	}

	.collection-features__control-item:nth-child(n+2) {
		margin: 0 0 0 20px;
	}

	.collection-features__control-item:before {
		content: '';
		height: 0;
		display: block;
		position: absolute;
		left: 15px;
		bottom: 0;
		border-right: 1px solid #ec463f;
		-webkit-transition: height .3s;
		transition: height .3s;
	}

	.collection-features__control-item.active:before {
		fill: #ec463f;
		height: 20px;
	}
}

.collection-features__items-block {
	display: inline-block;
	vertical-align: top;
	width: 575px;
	float: right;
	position: relative;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.collection-features__items-block {
		width: 320px;
	}
}

@media only screen and (max-width:766px) {
	.collection-features__items-block {
		margin-top: 10px;
		display: block;
		width: 100%;
		float: none;
		position: relative;
	}
}

.collection-features__items-block:before {
	content: '';
	width: 75px;
	display: block;
	position: absolute;
	top: 7px;
	left: -90px;
	border-top: 1px solid #ec463f;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.collection-features__items-block:before {
		width: 45px;
		left: -55px;
	}
}

@media only screen and (max-width:766px) {
	.collection-features__items-block:before {
		content: none;
	}
}

.collection-features__item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.collection-features__item {
		width: 290px;
	}
}

.collection-features__radio:checked+.collection-features__item {
	opacity: 1;
	position: relative;
	pointer-events: auto;
}

.collection-features__item-caption {
	font-size: 13px;
}

.collection-features__item-descr {
	margin-top: 15px;
	line-height: 1.6;
}

@media only screen and (max-width:766px) {
	.collection-features__item-descr {
		margin-top: 8px;
	}
}

.collection-features__radio {
	display: none;
}

.collection-features__title {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	overflow: hidden;
}

@media only screen and (max-width:766px) {
	.collection-features__title {
		display: none;
	}
}

.collection-features__item-img {
	height: 25px;
}

.collection-features__item-img circle,.collection-features__item-img line,.collection-features__item-img path,.collection-features__item-img polyline,.collection-features__item-img rect {
	fill: #a7a7a7;
	-webkit-transition: fill .3s;
	transition: fill .3s;
}

.collection-features__control-item.active .collection-features__item-img circle,.collection-features__control-item.active .collection-features__item-img line,.collection-features__control-item.active .collection-features__item-img path,.collection-features__control-item.active .collection-features__item-img polyline,.collection-features__control-item.active .collection-features__item-img rect,.collection-features__control-item:hover .collection-features__item-img circle,.collection-features__control-item:hover .collection-features__item-img line,.collection-features__control-item:hover .collection-features__item-img path,.collection-features__control-item:hover .collection-features__item-img polyline,.collection-features__control-item:hover .collection-features__item-img rect {
	fill: #ec463f;
}

.page-link-control {
	display: inline-block;
	position: absolute;
	z-index: 30;
}

@media only screen and (min-width:1200px) {
	.page-link-control {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 250px;
		right: 50px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.page-link-control {
		bottom: 100px;
		text-align: left;
		width: 100%;
		margin-left: 60px;
	}
}

@media only screen and (max-width:766px) {
	.page-link-control {
		bottom: 40px;
		width: calc(100% - 50px);
		left: 61px;
	}
}

.page-link-control__item {
	color: #fff;
	padding-left: 50px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-top: 17px;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.page-link-control__item:before {
	content: '';
	width: 20px;
	display: block;
	position: absolute;
	top: 50%;
	border-top: 1px solid #ec463f;
	left: 0;
}

.page-link-control__item:hover {
	color: #ec463f;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.page-link-control__item {
		margin-left: 50px;
	}
}

@media only screen and (max-width:766px) {
	.page-link-control__item {
		padding-left: 40px;
	}
}

.full-width {
	display: block;
	width: 100%;
	height: inherit;
}

.full-width__link-wrapper {
	height: 220px;
}

.full-width__img-wrapper,.full-width__link-wrapper {
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width:766px) {
	.full-width__img-wrapper,.full-width__link-wrapper {
		height: 127px;
	}
}

.full-width__img-wrapper:after,.full-width__link-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
}

.full-width__img-wrapper {
	height: 300px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.full-width__img-wrapper {
		height: 220px;
	}
}

@media only screen and (max-width:766px) {
	.full-width__img-wrapper {
		display: none;
	}
}

.full-width__link-img {
	width: 100%;
	min-height: 100%;
	display: block;
	-webkit-transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s,-webkit-transform .7s;
}

@media only screen and (min-width:1200px) {
	.full-width:hover .full-width__link-img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.full-width_start-position .full-width__link-wrapper {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.where-buy {
	margin-top: 44px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.where-buy {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width:766px) {
	.where-buy {
		padding-bottom: 0;
	}
}

.where-buy_start-position .where-buy__inner-wrap,.where-buy_start-position .where-buy__tabs-blocks {
	opacity: 0;
}

.where-buy__tabs {
	font-size: 0;
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
	box-shadow: 0 0 35px rgba(0,0,0,.1);
	margin-top: 45px;
	margin-bottom: 25px;
	background-color: #fff;
	position: relative;
	z-index: 15;
}

@media only screen and (max-width:766px) {
	.where-buy__tabs {
		margin-bottom: 0;
	}
}

.where-buy__tabs-item {
	display: inline-block;
	position: relative;
	width: 50%;
	vertical-align: top;
	padding: 28px 0;
	text-align: center;
	cursor: pointer;
}

.where-buy__tabs-item:nth-child(1):after {
	content: '';
	width: 1px;
	height: 28px;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	border-left: 1px solid #e6e6e6;
}

.where-buy__tabs_only-one .where-buy__tabs-item {
	width: 100%;
}

.where-buy__tabs_only-one .where-buy__tabs-item:nth-child(1):after {
	content: none;
}

.where-buy__tabs_only-one .where-buy__tabs-item:nth-child(n+2) {
	display: none;
}

.where-buy__tabs-text {
	display: none;
	font-family: "FuturaFuturisBold",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #202020;
	letter-spacing: .15em;
	position: relative;
	padding: 0 15px;
}

.where-buy__tabs-text:before {
	content: '';
	width: 0;
	height: 4px;
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 4px;
	left: 0;
	opacity: .3;
	background-color: #ec463f;
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
	overflow: hidden;
}

.where-buy__tabs-item.active .where-buy__tabs-text {
	color: #ec463f;
}

.where-buy__tabs-item.active .where-buy__tabs-text:before {
	width: 100%;
}

@media only screen and (min-width:1200px) {
	.where-buy__tabs-item:hover .where-buy__tabs-text {
		color: #ec463f;
	}

	.where-buy__tabs-item:hover .where-buy__tabs-text:before {
		width: 100%;
	}

	.where-buy__tabs-text.desktopOnly {
		display: inline-block;
	}
}

@media only screen and (max-width:1200px) {
	.where-buy__tabs-text.mobileOnly {
		display: inline-block;
	}
}

.where-buy__tabs-blocks {
	position: relative;
	height: inherit;
	overflow: hidden;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.where-buy__inner-wrap {
		margin-left: 22px;
		margin-right: 22px;
	}
}

@media only screen and (max-width:766px) {
	.where-buy__inner-wrap {
		padding: 0;
	}
}

.where-buy__filter-block-wrap {
	width: 100%;
	position: absolute;
	font-size: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: z-index .9s step-end,visibility .9s step-end,opacity .9s linear;
	transition: z-index .9s step-end,visibility .9s step-end,opacity .9s linear;
}

.where-buy__filter-block-wrap.active {
	position: relative;
	visibility: visible;
	opacity: 1;
	z-index: 10;
	-webkit-transition: z-index .6s step-start,visibility .6s step-start,opacity .6s;
	transition: z-index .6s step-start,visibility .6s step-start,opacity .6s;
}

.filter-store__category-item_disable:after,.filter-store__choiced-block_disable:after,.where-buy__filter-block-wrap_disable:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(251,251,251,.8);
}

@media only screen and (min-width:1200px) {
	.where-buy__filter-block-wrap .mCSB_scrollTools {
		left: 0;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.where-buy__filter-block-wrap .mCSB_scrollTools {
		left: 0;
	}
}

.where-buy__filter-block-wrap .mCSB_inside>.mCSB_container {
	margin-right: 0;
}

@media only screen and (max-width:766px) {
	.where-buy__filter-block-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.where-buy__filter-block-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
		margin-right: 0;
	}
}

.where-buy__filter-block-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #767676;
	background-color: rgba(0,0,0,.25);
}

.where-buy__filter-block-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #767676;
	background-color: rgba(0,0,0,.35);
}

.where-buy__filter-block-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.where-buy__filter-block-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #767676;
	background-color: rgba(0,0,0,.4);
}

.where-buy__filter-block-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #767676;
	background-color: rgba(0,0,0,.1);
}

.where-buy__filter-block-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.where-buy__filter-block-wrap .mCSB_scrollTools .mCSB_draggerRail {
	border-radius: 0;
}

.where-buy__filter-block-wrap .mCSB_scrollTools .mCSB_draggerContainer {
	left: -10px;
}

.where-buy__filter-block-wrap_offline .where-buy__map,.where-buy__filter-block-wrap_offline .where-buy__offline-filter-wrap {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
}

@media only screen and (min-width:1200px) {
	.where-buy__filter-block-wrap_offline .where-buy__map,.where-buy__filter-block-wrap_offline .where-buy__offline-filter-wrap {
		width: 50%;
	}
}

.where-buy__filter-block-wrap_offline .where-buy__map {
	height: 560px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.where-buy__filter-block-wrap_offline .where-buy__map {
		height: 220px;
	}
}

@media only screen and (max-width:766px) {
	.where-buy__filter-block-wrap_offline .where-buy__map {
		height: 190px;
		display: none;
	}
}

.filter-store__choiced-item {
	display: inline-block;
	position: relative;
	font-size: 11px;
	-webkit-transition: color .3s ease .1s;
	transition: color .3s ease .1s;
}

.filter-store__choice-title_all-tablet,.filter-store__choiced-item,.filter-store__option-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	letter-spacing: .05em;
}

.filter-store__choice-title_all-tablet {
	position: relative;
	font-size: 11px;
}

.filter-store__option-item {
	-webkit-transition: color .3s ease .1s;
	transition: color .3s ease .1s;
}

.filter-store {
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
	box-shadow: 0 0 35px rgba(0,0,0,.1);
	padding: 20px 0;
	background-color: #fbfbfb;
	z-index: 10;
	position: relative;
}

@media only screen and (max-width:766px) {
	.filter-store {
		padding: 0;
	}
}

.filter-store__main-caption {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.filter-store_active .filter-store__main-caption {
	color: #ec463f;
}

.filter-store__categories-wrap {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

@media only screen and (max-width:766px) {
	.filter-store__categories-wrap {
		display: none;
	}
}

.filter-store__choiced-block {
	display: inline-block;
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	left: 0;
}

.filter-store__choiced-item {
	overflow: hidden;
}

@media only screen and (min-width:1200px) {
	.filter-store__choiced-item {
		max-height: 30px;
		display: inline-block;
	}
}

.filter-store__choiced-item .filter-store__choice-title {
	display: none;
}

.filter-store__choiced-item .filter-store__choice-title.active {
	display: block;
}

.filter-store__choice-title {
	-webkit-transition: width .3s;
	transition: width .3s;
}

@media only screen and (max-width:766px) {
	.filter-store__choice-title_all-desk {
		display: none;
	}
}

.filter-store__choice-title_all-tablet {
	display: none;
	-webkit-transition: color .4s;
	transition: color .4s;
}

@media only screen and (max-width:766px) {
	.filter-store__choice-title_all-tablet {
		display: inline-block;
	}
}

.filter-store__is-open-cat:checked+.filter-store__choiced-block .filter-store__choice-title_all-tablet {
	color: #ec463f;
}

.filter-store__category-name {
	display: block;
	color: #ababab;
	margin-top: 5px;
	-webkit-transition: color .4s;
	transition: color .4s;
}

@media only screen and (max-width:766px) {
	.filter-store__category-name {
		display: none;
	}
}

.filter-store__category-name.active {
	color: #ec463f;
}

.filter-store__text-dark {
	color: #202020;
}

.filter-store__drop-di-wrap {
	display: inline-block;
	top: 1px;
	cursor: pointer;
}

@media only screen and (min-width:1200px) {
	.filter-store__drop-di-wrap {
		width: 100%;
	}
}

@media only screen and (max-width:1200px) {
	.filter-store__drop-di-wrap {
		margin-top: 5px;
	}
}

.filter-store__drop-di {
	display: inline-block;
	position: absolute;
	top: -2px;
	width: 15px;
	height: 4px;
	padding: 7px;
	cursor: pointer;
	fill: #e64740;
	-webkit-transition: all .5s,top .5s .3s;
	transition: all .5s,top .5s .3s;
}

@media only screen and (max-width:1200px) {
	.filter-store__drop-di {
		top: 1px;
		right: -2px;
	}
}

.filter-store__category-item {
	width: 100%;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.filter-store__category-item:last-child {
	display: none;
}

@media only screen and (max-width:766px) {
	.filter-store__category-item:last-child {
		display: inline-block;
	}
}

.filter-store.open-category-list .filter-store__category-item .filter-store__choiced-block {
	left: -100px;
	position: relative;
}

.filter-store.open-category-list .filter-store__category-item:nth-child(1) .filter-store__choiced-block {
	-webkit-animation: cd-slide-in .3s forwards;
	animation: cd-slide-in .3s forwards;
}

.filter-store.open-category-list .filter-store__category-item:nth-child(2) .filter-store__choiced-block {
	-webkit-animation: cd-slide-in .4s forwards;
	animation: cd-slide-in .4s forwards;
}

.filter-store.open-category-list .filter-store__category-item:nth-child(3) .filter-store__choiced-block {
	-webkit-animation: cd-slide-in .5s forwards;
	animation: cd-slide-in .5s forwards;
}

.filter-store.open-category-list .filter-store__category-item:nth-child(4) button {
	-webkit-animation: cd-slide-in .6s forwards;
	animation: cd-slide-in .6s forwards;
}

@media only screen and (max-width:766px) {
	.filter-store__category-item {
		overflow: visible;
		min-height: 59px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 0 0;
		border-left: none;
		border-top: 1px solid #e6e6e6;
	}
}

.filter-store__is-open-cat {
	display: none;
}

.filter-store__is-open-cat:checked+.filter-store__choiced-block .filter-store__choiced-item {
	color: #ec463f;
}

.filter-store__is-open-cat:checked+.filter-store__choiced-block .filter-store__drop-di {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: #000;
}

.filter-store__mobile-section {
	font-family: "FuturaFuturisBold",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	top: 7px;
}

@media only screen and (max-width:766px) {
	.filter-store__mobile-section {
		padding: 27px 0;
		display: block;
		top: 0;
	}
}

.filter-store__options-list {
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	-webkit-transition: opacity .4s,top .4s ease-out;
	transition: opacity .4s,top .4s ease-out;
	background-color: #fbfbfb;
	height: 230px;
	overflow-y: auto;
	overflow-x: hidden;
}

@media only screen and (min-width:1200px) {
	.filter-store__options-list {
		position: absolute;
		display: block;
		-webkit-box-shadow: 0 15px 25px rgba(0,0,0,.1);
		box-shadow: 0 15px 25px rgba(0,0,0,.1);
		opacity: 0;
		margin-top: 20px;
		top: 64px;
		left: 0;
		z-index: -1;
		pointer-events: none;
	}

	.filter-store__is-open-cat:checked~.filter-store__options-list {
		opacity: 1;
		top: 28px;
		z-index: 1;
		pointer-events: auto;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.filter-store__options-list {
		position: absolute;
		display: block;
		-webkit-box-shadow: 0 15px 25px rgba(0,0,0,.1);
		box-shadow: 0 15px 25px rgba(0,0,0,.1);
		opacity: 0;
		margin-top: 20px;
		top: 64px;
		left: 0;
		z-index: -1;
		pointer-events: none;
	}

	.filter-store__is-open-cat:checked~.filter-store__options-list {
		opacity: 1;
		top: 33px;
		z-index: 1;
		pointer-events: auto;
	}
}

@media only screen and (max-width:1200px) {
	.filter-store__options-list {
		max-height: 330px;
		overflow-y: auto;
	}
}

@media only screen and (max-width:766px) {
	.filter-store__options-list {
		max-height: 300px;
		margin-top: 12px;
		background-color: #f5f5f5;
		padding-top: 20px;
	}
}

.filter-store__option-item {
	position: relative;
	width: 100%;
	padding: 7px 20px;
	display: block;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.5;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.filter-store__option-item:last-child {
	padding-bottom: 15px;
}

@media only screen and (min-width:1200px) {
	.filter-store__option-item:hover {
		color: #ec463f;
	}
}

@media only screen and (max-width:1200px) {
	.filter-store__option-item {
		text-align: center;
	}
}

@media only screen and (max-width:766px) {
	.filter-store__option-item {
		font-size: 12px;
	}
}

.filter-store__do-filter-separate {
	border: 0;
	outline: 0;
	display: inline-block;
	position: relative;
	color: #ec463f;
}

.filter-store__filters-block {
	display: block;
	vertical-align: middle;
}

@media only screen and (max-width:1200px) {
	.filter-store__filters-block {
		display: list-item;
	}
}

.filter-store__option-iw {
	display: inline-block;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.filter-store__option-item-caption {
	margin-top: 0;
	line-height: 1.5;
	word-wrap: break-word;
	width: 100%;
	color: #202020;
	padding-left: 35px;
	text-transform: inherit;
	cursor: pointer;
}

.filter-store__option-item-caption:before {
	content: '';
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 0;
	top: -1px;
	height: 19px;
	width: 19px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 9px solid #fff;
	outline: 1px solid #000;
	-webkit-transition: border .3s ease,background .3s ease;
	transition: border .3s ease,background .3s ease;
}

@media only screen and (max-width:1200px) {
	.filter-store__option-item-caption:before {
		background: #e6e6e6;
		border-color: #e6e6e6;
	}
}

.filter-catalog__is-open-cat:checked+.filter-catalog__choiced-block .filter-catalog__choice-title_all-tablet,.filter-store__option-check:checked+.filter-store__option-item-caption {
	color: #ec463f;
}

.filter-catalog__options-list_sizes .filter-catalog__option-check:checked+.filter-catalog__option-item-caption:before,.filter-store__option-check:checked+.filter-store__option-item-caption:before {
	border-width: 2px;
	background: #ec463f;
}

@media only screen and (max-width:766px) {
	.filter-store__option-item-caption {
		left: 25%;
	}
}

.filter-store__option-check {
	display: none;
}

.filter-store__ul-submit {
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 15px 25px rgba(0,0,0,.1);
	box-shadow: 0 15px 25px rgba(0,0,0,.1);
	-webkit-transition: opacity .4s,top .4s ease-out;
	transition: opacity .4s,top .4s ease-out;
	overflow: hidden;
	opacity: 0;
	top: 314px;
	z-index: -1;
	pointer-events: none;
}

.filter-store__is-open-cat:checked~.filter-store__ul-submit {
	opacity: 1;
	top: 278px;
	z-index: 10;
	pointer-events: auto;
	cursor: pointer;
}

.filter-store__ul-submit .filter-catalog__do-filter-separate {
	height: 40px;
	width: 100%;
	background-color: #f5f5f5;
}

@media only screen and (max-width:766px) {
	.filter-store__ul-submit {
		display: none;
	}
}

.filter-store__result {
	max-height: 493px;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.filter-store__result {
		max-height: 460px;
	}
}

@media only screen and (max-width:766px) {
	.where-buy__filter-block-wrap_offline .filter-store__result {
		max-height: inherit;
	}

	.where-buy__filter-block-wrap_offline .filter-store__result:after {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 20%;
		pointer-events: none;
		left: 0;
		background: -webkit-gradient(linear,left bottom,left top,from(#fafafa),color-stop(42%,rgba(250,250,250,.79)),to(rgba(250,250,250,0)));
		background: -webkit-linear-gradient(bottom,#fafafa 0,rgba(250,250,250,.79) 42%,rgba(250,250,250,0) 100%);
		background: linear-gradient(to top,#fafafa 0,rgba(250,250,250,.79) 42%,rgba(250,250,250,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#fafafa', GradientType=0);
	}
}

.filter-store__result_disable:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(251,251,251,.8);
}

.where-buy__filter-block-wrap_online .filter-store__result {
	max-height: inherit;
}

.filter-store__address-list {
	padding: 40px 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fbfbfb;
	overflow-y: auto;
	font-size: 0;
}

@media only screen and (min-width:1200px) {
	.where-buy__filter-block-wrap_online .filter-store__address-list:after {
		content: '';
		position: absolute;
		width: 1px;
		height: calc(100% - 110px);
		border-left: 1px solid #e6e6e6;
		left: 50%;
		top: 0;
	}
}

.filter-store__address-item {
	padding-left: 40px;
	position: relative;
}

.filter-store__address-item:after,.filter-store__address-item:before {
	display: table;
	content: "";
}

.filter-store__address-item:after {
	clear: both;
}

.lt-ie8 .filter-store__address-item {
	zoom: 1;
}

.filter-store__address-item:nth-child(n+2) {
	margin-top: 33px;
}

.filter-store__address-item.active:before,.filter-store__address-item:hover:before {
	content: '';
	display: block;
	width: 100%;
	top: -15px;
	bottom: -15px;
	position: absolute;
	left: 0;
	z-index: 0;
	background-color: #eee;
}

@media only screen and (min-width:1200px) {
	.where-buy__filter-block-wrap_online .filter-store__address-item {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 33px;
	}

	.where-buy__filter-block-wrap_online .filter-store__address-item:nth-child(n+2) {
		margin-top: 0;
	}
}

@media only screen and (max-width:766px) {
	.filter-store__address-item {
		padding-left: 0;
	}
}

.filter-store__address-place-wrap {
	width: 310px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-height: 1px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.filter-store__address-place-wrap {
		float: left;
		width: 400px;
	}
}

@media only screen and (max-width:766px) {
	.filter-store__address-place-wrap {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (min-width:1200px) {
	.where-buy__filter-block-wrap_online .filter-store__address-place-wrap {
		width: 170px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.where-buy__filter-block-wrap_online .filter-store__address-place-wrap {
		width: 220px;
	}
}

.filter-store__address-contacts-wrap,.filter-store__work-time-wrap {
	width: 222px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-family: "FuturaBookC",serif;
	color: #545454;
	position: relative;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: .025em;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.filter-store__address-contacts-wrap,.filter-store__work-time-wrap {
		float: right;
		width: 250px;
	}
}

@media only screen and (max-width:766px) {
	.filter-store__address-contacts-wrap,.filter-store__work-time-wrap {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
}

@media only screen and (min-width:1200px) {
	.where-buy__filter-block-wrap_online .filter-store__address-contacts-wrap,.where-buy__filter-block-wrap_online .filter-store__work-time-wrap {
		width: 350px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.where-buy__filter-block-wrap_online .filter-store__address-contacts-wrap,.where-buy__filter-block-wrap_online .filter-store__work-time-wrap {
		width: 430px;
	}
}

.filter-store__address-name {
	font-size: 14px;
}

.filter-store__address-place {
	margin-top: 13px;
	position: relative;
	font-family: "FuturaBookC",serif;
	color: #545454;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: .025em;
}

.filter-store__address-contacts-wrap .filter-store__address-place {
	margin-top: 0;
}

@media only screen and (max-width:766px) {
	.filter-store__address-contacts-wrap .filter-store__address-place {
		margin-top: 13px;
	}
}

.filter-store__address-email,.filter-store__address-web {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.filter-store__address-email:hover {
	overflow: visible;
}

.filter-store__address-web {
	font-size: 14px;
	color: #ec463f;
	margin-top: 13px;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}

.where-buy__offline-filter-wrap .filter-store__address-web {
	margin-top: 0;
	line-height: 1;
	font-size: 12px;
}

.filter-catalog__choiced-item,.filter-store__option-item-caption {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 11px;
	letter-spacing: .05em;
}

.filter-catalog__choiced-item,.filter-catalog__option-item-caption,.filter-store__option-item-caption {
	display: inline-block;
	position: relative;
	-webkit-transition: color .4s ease .4s;
	transition: color .4s ease .4s;
}

.filter-catalog__do-filter,.filter-catalog__option-item-caption,.materials-tabs__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	letter-spacing: .05em;
}

.filter-catalog__do-filter {
	-webkit-transition: color .4s ease .4s;
	transition: color .4s ease .4s;
}

.materials-tabs__item {
	position: relative;
}

.catalog {
	margin-top: 75px;
}

@media only screen and (max-width:766px) {
	.catalog {
		margin-top: 75px;
	}
}

.catalog.catalog_start-position .filter-catalog,.catalog_start-position .catalog__filter-title,.catalog_start-position .filter-bar__wrap,.catalog_start-position .products__item-wrap {
	opacity: 0;
}

.catalog__filter {
	margin-top: 30px;
	text-align: center;
}

.catalog__filter-title {
	display: inline-block;
	position: relative;
	font-family: "FuturaBookC",serif;
	color: #ec463f;
	width: 65%;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .025em;
}

@media only screen and (max-width:1200px) {
	.catalog__filter-title {
		width: 100%;
	}
}

.catalog .filter-catalog__wrap {
	margin-top: 20px;
}

.catalog__result {
	min-height: 350px;
	margin-top: 55px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.catalog__result {
		margin-left: 22px;
		margin-right: 22px;
	}
}

@media only screen and (max-width:766px) {
	.catalog__result {
		margin-left: 10px;
		margin-right: 10px;
		min-height: 150px;
		margin-top: 35px;
	}
}

.catalog__nothing-found {
	display: none;
	text-align: center;
}

.catalog__nothing-found.active,.filter-catalog__choiced-item .filter-catalog__choice-title.active {
	display: block;
}

.catalog__nothing-found-title {
	position: relative;
	font-family: "FrizQuadrataRegular",serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #ec463f;
	line-height: 1.5em;
	letter-spacing: .05em;
}

@media only screen and (max-width:1200px) {
	.catalog__nothing-found-title {
		font-size: 20px;
	}
}

.catalog__nothing-found-descr {
	display: inline-block;
	position: relative;
	font-family: "FuturaBookC",serif;
	color: #545454;
	width: 65%;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .025em;
}

.filter-catalog {
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
	box-shadow: 0 0 35px rgba(0,0,0,.1);
	margin-top: 15px;
	padding: 20px 0;
	margin-bottom: 25px;
	background-color: #fff;
	z-index: 5;
	position: relative;
}

.filter-catalog__inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__inner-wrap {
		display: block;
	}
}

.filter-catalog__main-caption {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.filter-catalog_active .filter-catalog__main-caption {
	color: #ec463f;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.filter-catalog {
		margin-left: 22px;
		margin-right: 22px;
	}
}

@media only screen and (max-width:766px) {
	.filter-catalog {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media only screen and (max-width:1200px) {
	.filter-catalog {
		padding: 0;
	}
}

.filter-catalog__categories-wrap {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__categories-wrap {
		display: block;
	}
}

.filter-catalog__choiced-block {
	display: inline-block;
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}

@media only screen and (min-width:1200px) {
	.filter-catalog__choiced-block {
		width: 100%;
	}
}

.filter-catalog__category-item_disable:after,.filter-catalog__choiced-block_disable:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,.8);
}

.filter-catalog__category-reset {
	background: 0 0;
	border: 0;
	outline: 0;
	display: none;
	position: absolute;
	top: 9px;
	left: -10px;
	z-index: 10;
}

@media only screen and (min-width:1200px) {
	.filter-catalog__category-reset {
		top: 7px;
		left: -5px;
	}
}

.filter-catalog__close-icon {
	display: block;
	position: absolute;
	top: -6px;
	left: 7px;
	width: 15px;
	height: 15px;
	stroke-width: 2px;
	stroke: #ec463f;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.filter-catalog__choiced-item {
	overflow: hidden;
}

@media only screen and (min-width:1200px) {
	.filter-catalog__choiced-item {
		max-width: 70%;
		max-height: 30px;
		display: inline-block;
	}
}

.filter-catalog__choiced-item .filter-catalog__choice-title {
	display: none;
}

.filter-catalog__choice-title {
	-webkit-transition: width .3s;
	transition: width .3s;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__choice-title_all-desk {
		display: none;
	}
}

.filter-catalog__choice-title_all-tablet {
	display: none;
	color: #ababab;
	-webkit-transition: color .4s;
	transition: color .4s;
	text-transform: capitalize;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__choice-title_all-tablet {
		display: inline-block;
	}
}

.filter-catalog__category-name {
	display: block;
	color: #ababab;
	margin-top: 5px;
	-webkit-transition: color .4s;
	transition: color .4s;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__category-name {
		display: none;
	}
}

.filter-catalog__category-name.active,.filter-catalog__choice-title_more {
	color: #ec463f;
}

.filter-catalog__text-dark {
	color: #202020;
}

.filter-catalog__drop-di-wrap {
	display: inline-block;
	top: 1px;
	cursor: pointer;
}

@media only screen and (min-width:1200px) {
	.filter-catalog__drop-di-wrap {
		width: 100%;
	}
}

@media only screen and (max-width:1200px) {
	.filter-catalog__drop-di-wrap {
		margin-top: 3px;
	}
}

.filter-catalog__drop-di {
	display: inline-block;
	position: absolute;
	top: -2px;
	width: 15px;
	height: 4px;
	padding: 7px;
	cursor: pointer;
	fill: #e64740;
	-webkit-transition: all .5s,top .5s .3s;
	transition: all .5s,top .5s .3s;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__drop-di {
		top: 1px;
		right: -2px;
	}
}

.filter-catalog__category-item {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.filter-catalog.open-category-list .filter-catalog__category-item .filter-catalog__choiced-block {
	left: -100px;
	position: relative;
}

.filter-catalog.open-category-list .filter-catalog__category-item:nth-child(1) .filter-catalog__choiced-block {
	-webkit-animation: cd-slide-in .3s forwards;
	animation: cd-slide-in .3s forwards;
}

.filter-catalog.open-category-list .filter-catalog__category-item:nth-child(2) .filter-catalog__choiced-block {
	-webkit-animation: cd-slide-in .4s forwards;
	animation: cd-slide-in .4s forwards;
}

.filter-catalog.open-category-list .filter-catalog__category-item:nth-child(3) .filter-catalog__choiced-block {
	-webkit-animation: cd-slide-in .5s forwards;
	animation: cd-slide-in .5s forwards;
}

.filter-catalog.open-category-list .filter-catalog__category-item:nth-child(4) .filter-catalog__choiced-block {
	-webkit-animation: cd-slide-in .6s forwards;
	animation: cd-slide-in .6s forwards;
}

.filter-catalog.open-category-list .filter-catalog__category-item:nth-child(5) .filter-catalog__choiced-block {
	-webkit-animation: cd-slide-in .7s forwards;
	animation: cd-slide-in .7s forwards;
}

.filter-catalog.open-category-list .filter-catalog__category-item:nth-child(6) button {
	left: -100px;
	position: relative;
	-webkit-animation: cd-slide-in .8s forwards;
	animation: cd-slide-in .8s forwards;
}

.filter-catalog.open-category-list .filter-catalog__category-item:nth-child(7) button {
	left: -100px;
	position: relative;
	-webkit-animation: cd-slide-in .9s forwards;
	animation: cd-slide-in .9s forwards;
}

@media only screen and (min-width:1200px) {
	.filter-catalog__category-item:nth-child(n+2) {
		border-left: 1px solid #e6e6e6;
	}

	.filter-catalog__category-item:nth-last-child(1),.filter-catalog__category-item:nth-last-child(2) {
		display: none;
	}
}

@media only screen and (max-width:1200px) {
	.filter-catalog__category-item {
		overflow: visible;
		min-height: 59px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 0 0;
		border-left: none;
		border-top: 1px solid #e6e6e6;
		background-color: #f5f5f5;
	}
}

@media only screen and (max-width:1200px) {
	.filter-catalog__categories-wrap {
		display: none;
	}
}

.filter-catalog__is-open-cat {
	display: none;
}

.filter-catalog__is-open-cat:checked+.filter-catalog__choiced-block .filter-catalog__choiced-item {
	color: #ec463f;
}

.filter-catalog__is-open-cat:checked+.filter-catalog__choiced-block .filter-catalog__drop-di {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	fill: #000;
}

.filter-catalog__mobile-section {
	display: inline-block;
	float: right;
	position: relative;
	vertical-align: middle;
	top: 7px;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__mobile-section {
		padding: 27px 0;
		display: block;
		float: none;
		top: 0;
	}

	.filter-catalog__mobile-section:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
		height: 30px;
		background-color: #e6e6e6;
	}
}

.filter-catalog__options-list {
	position: relative;
	width: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	-webkit-transition: opacity .4s,top .4s ease-out;
	transition: opacity .4s,top .4s ease-out;
}

@media only screen and (min-width:1200px) {
	.filter-catalog__options-list {
		position: absolute;
		display: block;
		-webkit-box-shadow: 0 15px 25px rgba(0,0,0,.1);
		box-shadow: 0 15px 25px rgba(0,0,0,.1);
		opacity: 0;
		margin-top: 20px;
		top: 85px;
		left: 0;
		z-index: -1;
		pointer-events: none;
	}

	.filter-catalog__is-open-cat:checked~.filter-catalog__options-list {
		opacity: 1;
		top: 54px;
		z-index: 1;
		pointer-events: auto;
	}
}

@media only screen and (max-width:1200px) {
	.filter-catalog__options-list {
		max-height: 370px;
		margin-top: 20px;
		overflow-y: auto;
	}
}

@media only screen and (max-width:766px) {
	.filter-catalog__options-list {
		max-height: 300px;
	}
}

.filter-catalog__options-list_sizes .filter-catalog__option-item-caption {
	font-size: 12px;
	color: #202020;
	display: inline-block;
	padding-left: 35px;
	text-transform: inherit;
	margin-top: 0;
	cursor: pointer;
}

.filter-catalog__options-list_sizes .filter-catalog__option-item-caption:before {
	content: '';
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 0;
	top: -1px;
	height: 19px;
	width: 19px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 9px solid #fff;
	outline: 1px solid #000;
	-webkit-transition: border .3s ease,background .3s ease;
	transition: border .3s ease,background .3s ease;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__options-list_sizes .filter-catalog__option-item-caption:before {
		background: #e6e6e6;
		border-color: #e6e6e6;
	}
}

.filter-catalog__options-list_sizes .filter-catalog__option-check:checked+.filter-catalog__option-item-caption {
	color: #ec463f;
}

.filter-catalog__options-list_sizes .filter-catalog__option-check+.filter-catalog__option-item-caption {
	-webkit-transition: color .7s ease;
	transition: color .7s ease;
}

.filter-catalog__option-items-wrap {
	position: relative;
	margin: 0 40px 70px;
	padding-bottom: 75px;
	border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__option-items-wrap {
		margin: 0;
		padding: 1.5%;
		background-color: #e6e6e6;
	}
}

@media only screen and (max-width:766px) {
	.filter-catalog__option-items-wrap {
		padding: 1.5%;
		background-color: #e6e6e6;
	}
}

.filter-catalog__option-items {
	text-align: left;
	position: relative;
	font-size: 0;
}

.filter-catalog__option-items:after,.filter-catalog__option-items:before {
	display: table;
	content: "";
}

.filter-catalog__option-items:after {
	clear: both;
}

.lt-ie8 .filter-catalog__option-items {
	zoom: 1;
}

.filter-catalog__option-item {
	position: relative;
	width: 11%;
	margin-top: 30px;
	margin-right: .75%;
	margin-left: .75%;
	display: inline-block;
	vertical-align: top;
}

.filter-catalog__options-list_collection .filter-catalog__option-item,.filter-catalog__options-list_trend .filter-catalog__option-item {
	width: 31.83333%;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.filter-catalog__option-item {
		width: 12.78571%;
		margin: 1.65% .75%;
	}

	.filter-catalog__options-list_sizes .filter-catalog__option-item {
		width: 22%;
		margin: 3% 1.5%;
	}
}

@media only screen and (max-width:766px) {
	.filter-catalog__option-item {
		width: 22%;
		margin: 1.5%;
	}

	.filter-catalog__options-list_sizes .filter-catalog__option-item {
		width: 47%;
		margin: 3% 1.5%;
	}

	.filter-catalog__options-list_collection .filter-catalog__option-item,.filter-catalog__options-list_trend .filter-catalog__option-item {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

.filter-catalog__option-inner-wrap {
	display: inline-block;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.filter-catalog__option-item-caption {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.5;
	word-wrap: break-word;
	width: 100%;
}

.filter-catalog__options-list_collection .filter-catalog__option-item-caption,.filter-catalog__options-list_trend .filter-catalog__option-item-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-top: 0;
	width: 90%;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	overflow-y: hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width:766px) {
	.filter-catalog__options-list_color .filter-catalog__option-item-caption,.filter-catalog__options-list_effect .filter-catalog__option-item-caption {
		display: none;
	}
}

.filter-catalog__option-check {
	display: none;
}

.filter-catalog__option-img-wrap {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.filter-catalog__option-img-wrap:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	bottom: 0;
	position: absolute;
	opacity: 0;
	background-color: #ec463f;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.filter-catalog__option-check:checked~.filter-catalog__option-img-wrap:after {
	opacity: 1;
}

.filter-catalog__options-list_collection .filter-catalog__option-img-wrap,.filter-catalog__options-list_trend .filter-catalog__option-img-wrap {
	width: 100%;
	height: 60px;
}

.filter-catalog__options-list_collection .filter-catalog__option-img-wrap:before,.filter-catalog__options-list_trend .filter-catalog__option-img-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}

@media only screen and (max-width:766px) {
	.filter-catalog__options-list_collection .filter-catalog__option-img-wrap,.filter-catalog__options-list_trend .filter-catalog__option-img-wrap {
		height: 50px;
	}
}

.filter-catalog__options-list_color .filter-catalog__option-img-wrap,.filter-catalog__options-list_effect .filter-catalog__option-img-wrap {
	width: 100%;
	height: 60px;
}

@media only screen and (max-width:766px) {
	.filter-catalog__options-list_color .filter-catalog__option-img-wrap,.filter-catalog__options-list_effect .filter-catalog__option-img-wrap {
		height: 40px;
	}
}

.filter-catalog__options-list_color .filter-catalog__option-img {
	-webkit-filter: blur(15px);
	filter: blur(15px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='15');
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-width: 170px;
}

.filter-catalog__options-list_collection .filter-catalog__option-img,.filter-catalog__options-list_trend .filter-catalog__option-img {
	width: 100%;
}

.filter-catalog__do-filter,.filter-catalog__do-filter-separate {
	background: 0 0;
	border: 0;
	outline: 0;
	display: inline-block;
	position: relative;
}

.filter-catalog__reset-options {
	background: 0 0;
	border: 0;
	outline: 0;
}

.filter-catalog__reset-options-separate {
	background: 0 0;
	border: 0;
	outline: 0;
	display: inline-block;
	position: relative;
}

.filter-catalog__do-filter {
	padding: 20px 50px;
	font-size: 14px;
	background-color: #f5f5f5;
}

.filter-catalog__do-filter-separate {
	color: #ec463f;
}

.filter-catalog__reset-options {
	display: none;
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
}

.filter-catalog__reset-options,.filter-catalog__reset-options-separate {
	color: #545454;
	padding-left: 25px;
}

.filter-catalog__reset-options-separate:before,.filter-catalog__reset-options:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	background-image: url(../img/svg-sprite/sprite.svg);
	background-position: -4px -2705px;
	width: 16px;
	height: 15px;
	background-repeat: no-repeat;
}

.filter-catalog__buttons {
	position: absolute;
	bottom: -27px;
	width: 100%;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__buttons {
		display: none;
	}
}

.filter-catalog__title {
	font-family: "FuturaFuturisBold",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: inline-block;
	width: 50%;
}

@media only screen and (min-width:1200px) {
	.filter-catalog__title {
		display: none;
	}
}

@media only screen and (max-width:766px) {
	.filter-catalog__title {
		width: 49%;
	}
}

.filter-catalog__search-block {
	display: inline;
	position: relative;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width:1200px) {
	.filter-catalog__search-block {
		display: inline-block;
		width: 49%;
	}
}

@media only screen and (max-width:766px) {
	.filter-catalog__search-block {
		padding: 0 15px;
	}
}

.filter-catalog__search-inner-wrap {
	display: inline-block;
	position: relative;
	padding-left: 35px;
}

@media only screen and (max-width:766px) {
	.filter-catalog__search-inner-wrap {
		padding: 0;
	}
}

.filter-catalog__search-icon {
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-transition: left .4s,-webkit-transform .4s;
	transition: transform .4s,left .4s;
	transition: transform .4s,left .4s,-webkit-transform .4s;
	background-image: url(../img/svg-sprite/sprite.svg);
	background-position: -4px -2572px;
	width: 19px;
	height: 18px;
	background-repeat: no-repeat;
}

@media only screen and (max-width:766px) {
	.filter-catalog__search-icon {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		pointer-events: none;
	}

	.filter-catalog__search-input:focus+.filter-catalog__search-icon {
		left: -5px;
	}
}

.filter-catalog__search-input {
	display: inline-block;
	outline: 0;
	background: 0 0;
	border: 0;
	font-size: 16px;
}

.filter-catalog__search-input::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.filter-catalog__search-input:-moz-placeholder,.filter-catalog__search-input::-moz-placeholder {
	opacity: 1;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.filter-catalog__search-input:-ms-input-placeholder {
	opacity: 1;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.filter-catalog__search-input:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.filter-catalog__search-input:focus:-moz-placeholder,.filter-catalog__search-input:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.filter-catalog__search-input:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

@media only screen and (max-width:766px) {
	.filter-catalog__search-input::-webkit-input-placeholder {
		opacity: 0;
		color: transparent;
	}

	.filter-catalog__search-input:-moz-placeholder,.filter-catalog__search-input::-moz-placeholder {
		opacity: 0;
		color: transparent;
	}

	.filter-catalog__search-input:-ms-input-placeholder {
		opacity: 0;
		color: transparent;
	}
}

.filter-catalog__filters-block {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (min-width:1200px) {
	.filter-catalog__filters-block {
		width: calc(100% - 255px);
	}
}

@media only screen and (max-width:1200px) {
	.filter-catalog__filters-block {
		display: list-item;
	}
}

.filter-catalog .only-tablet {
	display: none;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.filter-catalog .only-tablet {
		display: inline;
	}
}

.icon-filter-lever {
	position: relative;
	vertical-align: middle;
	left: -10px;
}

.icon-filter-lever .ifl-circle-left,.icon-filter-lever .ifl-circle-right {
	fill: #202020;
	-webkit-transition: fill .3s,-webkit-transform .3s;
	transition: transform .3s,fill .3s;
	transition: transform .3s,fill .3s,-webkit-transform .3s;
}

.icon-filter-lever .ifl-line {
	fill: none;
	stroke: #202020;
	stroke-miterlimit: 10;
	-webkit-transition: stroke .3s;
	transition: stroke .3s;
}

.icon-filter-lever_open .ifl-circle-left,.icon-filter-lever_open .ifl-circle-right {
	fill: #ec463f;
}

.icon-filter-lever_open .ifl-circle-right {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}

.icon-filter-lever_open .ifl-circle-left {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.icon-filter-lever_open .ifl-line {
	stroke: #ec463f;
}

.lookbook-wrap {
	padding-top: 75px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.lookbook-wrap {
		margin-left: 22px;
		margin-right: 22px;
		padding-top: 67px;
	}
}

@media only screen and (max-width:766px) {
	.lookbook-wrap {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.lookbook-wrap .headline__title-center {
	margin-bottom: -7px;
}

.lookbook_start-position .filter-bar__wrap,.lookbook_start-position .products__item-wrap {
	opacity: 0;
}

.filter-bar {
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	transition: height .3s;
}

@media only screen and (max-width:1200px) {
	.filter-bar {
		display: block;
	}
}

.filter-bar__mobile-section,.filter-bar__title {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.filter-bar__title {
	display: block;
	position: relative;
	padding: 5px 15px;
	font-size: 11px;
	color: #000;
	-webkit-transition: color .4s ease .4s;
	transition: color .4s ease .4s;
}

.filter-bar__mobile-section {
	text-align: center;
	height: 71px;
}

.filter-bar__item,.filter-bar__item:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
}

.filter-bar__item {
	display: inline-block;
	position: relative;
	padding: 5px 15px;
	font-size: 11px;
	color: #000;
	-webkit-transition: all .4s ease .4s;
	transition: all .4s ease .4s;
}

.filter-bar__item:before {
	content: '';
	width: 0;
	height: 4px;
	display: block;
	position: absolute;
	top: 9px;
	opacity: .3;
	background-color: #ec463f;
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
	overflow: hidden;
}

@media only screen and (max-width:1200px) {
	.filter-bar__item {
		display: block;
		padding: 23px;
	}

	.filter-bar__item:before {
		content: none;
		display: none;
	}
}

@media only screen and (min-width:1200px) {
	.filter-bar__item:hover {
		color: #ec463f;
	}

	.filter-bar__item:hover:before {
		width: 100%;
	}
}

.filter-bar__item.active {
	color: #ec463f;
}

.filter-bar__item.active:before {
	width: 100%;
}

.filter-bar__item-wrap {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media only screen and (min-width:1200px) {
	.filter-bar__item-wrap {
		padding: 5px 0;
	}

	.filter-bar__item-wrap:nth-child(n+3) {
		border-left: 1px solid #e6e6e6;
	}
}

@media only screen and (max-width:1200px) {
	.filter-bar__item-wrap {
		display: block;
		height: 0;
	}

	.filter-bar__item-wrap:nth-child(n+2) .filter-bar__item {
		border-left: none;
		border-top: 1px solid #f5f5f5;
	}

	.filter-bar.open-filter .filter-bar__item-wrap {
		display: block;
		height: 59px;
	}

	.filter-bar.open-filter .filter-bar__item-wrap .filter-bar__item {
		left: -100px;
	}

	.filter-bar.open-filter .filter-bar__item-wrap:nth-child(1) .filter-bar__item {
		-webkit-animation: cd-slide-in .2s forwards;
		animation: cd-slide-in .2s forwards;
	}

	.filter-bar.open-filter .filter-bar__item-wrap:nth-child(2) .filter-bar__item {
		-webkit-animation: cd-slide-in .3s forwards;
		animation: cd-slide-in .3s forwards;
	}

	.filter-bar.open-filter .filter-bar__item-wrap:nth-child(3) .filter-bar__item {
		-webkit-animation: cd-slide-in .4s forwards;
		animation: cd-slide-in .4s forwards;
	}

	.filter-bar.open-filter .filter-bar__item-wrap:nth-child(4) .filter-bar__item {
		-webkit-animation: cd-slide-in .5s forwards;
		animation: cd-slide-in .5s forwards;
	}

	.filter-bar.open-filter .filter-bar__item-wrap:nth-child(5) .filter-bar__item {
		-webkit-animation: cd-slide-in .6s forwards;
		animation: cd-slide-in .6s forwards;
	}

	.filter-bar.open-filter .filter-bar__item-wrap:nth-child(6) .filter-bar__item {
		-webkit-animation: cd-slide-in .7s forwards;
		animation: cd-slide-in .7s forwards;
	}

	.filter-bar.open-filter .filter-bar__item-wrap:nth-child(7) .filter-bar__item {
		-webkit-animation: cd-slide-in .8s forwards;
		animation: cd-slide-in .8s forwards;
	}

	.filter-bar.open-filter .filter-bar__item-wrap:nth-child(8) .filter-bar__item {
		-webkit-animation: cd-slide-in .9s forwards;
		animation: cd-slide-in .9s forwards;
	}
}

.filter-bar__mobile-section {
	display: none;
	padding: 23px 0 25px;
}

@media only screen and (max-width:1200px) {
	.filter-bar__mobile-section {
		display: block;
	}
}

.filter-bar__choice-cat {
	color: #ec463f;
}

.filter-bar__wrap {
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
	box-shadow: 0 0 35px rgba(0,0,0,.1);
	margin-top: 55px;
	padding: 20px 0;
	margin-bottom: 25px;
	background-color: #fff;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.filter-bar__wrap {
		margin-top: 44px;
	}
}

@media only screen and (max-width:766px) {
	.filter-bar__wrap {
		margin-top: 30px;
	}
}

@media only screen and (max-width:1200px) {
	.filter-bar__wrap {
		padding: 0;
	}
}

.filter-bar__close {
	width: 20px;
	height: 20px;
	display: none;
	margin: 0 auto;
	left: -4px;
	top: -3px;
	position: relative;
	border: 0;
	outline: 0;
	background: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.filter-bar.open-filter .filter-bar__close {
	display: block;
}

.filter-bar__close:after,.filter-bar__close:before {
	content: '';
	display: block;
	top: 3px;
	width: 20px;
	border-top: 1px solid #ec463f;
	margin-bottom: 13px;
	position: relative;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: .5s;
	transition: .5s;
}

.filter-bar__close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter-bar__close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.filter-bar.open-filter .filter-bar__choice.active,.filter-bar.open-filter .filter-bar__no-choice.active,.filter-bar.open-filter .icon-filter-lever,.filter-bar__choice,.filter-bar__no-choice {
	display: none;
}

.filter-bar__choice.active,.filter-bar__no-choice.active {
	display: inline-block;
	vertical-align: middle;
}

.materials {
	margin-top: 29px;
	font-size: 0;
	width: 100%;
	position: relative;
}

@media only screen and (max-width:1200px) {
	.materials {
		margin-top: 0;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials__wrap {
		margin: 0 22px;
	}
}

@media only screen and (max-width:766px) {
	.materials__wrap {
		margin: 0 10px;
	}
}

.materials__wrap_start-position .materials__item {
	opacity: 0;
}

.materials__item {
	display: inline-block;
	width: 16.66667%;
	margin-top: 18px;
	cursor: pointer;
	vertical-align: top;
	overflow: hidden;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials__item {
		width: 25%;
	}
}

@media only screen and (max-width:766px) {
	.materials__item {
		width: 50%;
	}
}

@media only screen and (min-width:1200px) {
	.materials__item.active .materials__caption,.materials__item:hover .materials__caption {
		color: #ec463f;
	}

	.materials__item.active .materials__caption:before,.materials__item:hover .materials__caption:before {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
}

.materials__item.active {
	z-index: 10;
	-webkit-transform: none!important;
	transform: none!important;
}

.look-book-one-page .materials__item {
	position: relative;
}

.look-book-one-page .materials__item.active {
	position: static;
}

.materials_addition .materials__item,.materials_collection .materials__item {
	width: 33.3%;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials_addition .materials__item,.materials_collection .materials__item {
		width: 50%;
	}
}

@media only screen and (max-width:766px) {
	.materials_addition .materials__item,.materials_collection .materials__item {
		width: 100%;
	}
}

.materials__img-block {
	background-color: #f2f2f2;
	padding: 40px 0;
	border-left: 2px solid #fbfbfb;
}

.materials__inner-wrap {
	margin: 0 30px;
	position: relative;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials__inner-wrap {
		margin: 0 22px;
	}
}

@media only screen and (max-width:766px) {
	.materials__inner-wrap {
		margin: 0 10px;
	}
}

.materials__img-wrap {
	max-height: 110px;
	height: 110px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	overflow: hidden;
	position: relative;
	/*! background-color: #f2f2f2; */
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials__img-wrap {
		max-height: 100px;
		height: 100px;
	}
}

.materials_collection .materials__img-wrap {
	max-height: 220px;
	height: 220px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials_collection .materials__img-wrap {
		max-height: 200px;
		height: 200px;
	}
}

@media only screen and (max-width:766px) {
	.materials_collection .materials__img-wrap {
		max-height: 170px;
		height: 170px;
	}
}

.materials__item.disable .materials__img-wrap:after,.materials__item.disable .materials__info:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.8);
}

.materials__img-block .materials__img-wrap {
	border: 0;
}

.materials__img-tile {
	min-height: 150px;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.materials__info {
	display: block;
	position: relative;
	margin-top: 22px;
}

.materials__item.disable .materials__info:after {
	background-color: rgba(255,255,255,.7);
}

.look-book-one-page .materials__item.disable .materials__info:after {
	background-color: rgba(245,245,245,.7);
}

.materials_addition .materials__item.disable .materials__info:after {
	background-color: rgba(251,251,251,.7);
}

.materials__caption,.materials__line-info {
	padding-left: 45px;
	padding-right: 15px;
}

.materials__caption {
	display: block;
	position: relative;
	letter-spacing: .05em;
	font-size: 13px;
	-webkit-transition: color .5s;
	transition: color .5s;
	line-height: 20px;
}

.materials__caption:before {
	content: '';
	width: 30px;
	display: block;
	position: absolute;
	border-top: 1px solid #ec463f;
	left: 0;
	top: 6px;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.materials__line-info {
	display: block;
	margin-top: 7px;
	font-size: 14px;
	font-family: "FuturaBookC",serif;
	color: #767676;
	font-style: italic;
}

.materials__details {
	padding: 70px;
	margin-top: 10px;
	width: 1340px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.2);
	box-shadow: 0 0 35px rgba(0,0,0,.2);
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	cursor: auto;
	-webkit-transition: z-index 1.2s step-end,visibility 1.2s step-end,opacity .8s linear;
	transition: z-index 1.2s step-end,visibility 1.2s step-end,opacity .8s linear;
	left: 0;
}

@media only screen and (min-width:1600px) and (max-width:1999px) {
	.materials__details {
		width: 1230px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.materials__details {
		width: 1170px;
	}
}

@media only screen and (min-width:1200px) {
	.materials_addition .materials__details {
		left: -30px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials__details {
		width: calc(100vw - 62px);
	}
}

@media only screen and (max-width:766px) {
	.materials__details {
		width: 100%;
		padding: 0;
	}
}

.materials__item.active .materials__details {
	visibility: visible;
	opacity: 1;
	z-index: 10;
	-webkit-transition: z-index .6s step-start,visibility .6s step-start,opacity .6s;
	transition: z-index .6s step-start,visibility .6s step-start,opacity .6s;
}

.materials__details-close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

@media only screen and (max-width:766px) {
	.materials__details-close {
		top: -40px;
		right: 0;
	}
}

.materials__details-close:after,.materials__details-close:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #a7a7a7;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: background .4s;
	transition: background .4s;
}

.materials__details-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.materials__details-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.materials__details-close:hover:after,.materials__details-close:hover:before {
	background: #000;
}

.materials__get-full-slider {
	padding: 12px;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 10;
	background-color: rgba(50,50,50,.2);
	cursor: pointer;
}

@media only screen and (min-width:1200px) {
	.materials__get-full-slider {
		-webkit-transition: .4s;
		transition: .4s;
	}

	.materials__get-full-slider:hover {
		padding: 19px;
		right: 23px;
		top: 23px;
	}
}

@media only screen and (max-width:766px) {
	.materials__get-full-slider {
		display: none;
	}
}

.materials__details-slider-wrap {
	width: 630px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

@media only screen and (max-width:1200px) {
	.materials__details-slider-wrap {
		width: 100%;
	}
}

.materials__details-info-wrap {
	display: inline-block;
	margin-left: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	width: calc(100% - 700px);
}

@media only screen and (max-width:1200px) {
	.materials__details-info-wrap {
		display: block;
		margin-left: 0;
		margin-top: 30px;
		width: 100%;
	}
}

@media only screen and (max-width:766px) {
	.materials__details-info-wrap {
		padding: 5px 10px 60px;
	}
}

.materials__details-info-article,.materials__details-info-сaption {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.materials__details-info-сaption {
	position: relative;
	letter-spacing: .05em;
	font-size: 13px;
	color: #000;
}

.materials__details-info-article {
	text-align: right;
}

.materials__details-info-num {
	letter-spacing: .05em;
	font-size: 13px;
	margin-left: 12px;
	font-style: normal;
	color: #000;
}

.materials__details-info-text {
	margin-top: 12px;
	font-family: "FuturaBookC",serif;
	color: #767676;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: .025em;
}

.materials__features,.materials__features-item-wrap {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #e5e5e5;
}

.materials__features {
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
	max-width: inherit;
}

.materials__features:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 10;
}

.materials__features-item-wrap {
	top: 1px;
	padding: 18px 21px;
}

.materials__features-item-wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 20px;
	width: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 1px solid #e5e5e5;
}

.materials__features-item {
	position: relative;
	display: inline-block;
	height: 23px;
}

.materials__props {
	display: block;
	margin-top: 25px;
}

.materials__props-item {
	display: inline-block;
	vertical-align: top;
}

.materials__props-item:not(:last-child) {
	margin-right: 30px;
}

@media only screen and (max-width:766px) {
	.materials__props-item:not(:last-child) {
		margin-right: 12px;
	}
}

.materials__props-color {
	margin-top: 20px;
}

.materials__props-color .materials__props-name {
	display: inline-block;
	padding-right: 15px;
}

.materials__props-name {
	font-size: 11px;
	color: #767676;
}

.materials__props-value {
	display: inline-block;
	margin-top: 8px;
}

.materials__download-info {
	margin-top: 35px;
}

.materials__collection-link,.materials__download-info {
	display: block;
	cursor: pointer;
	color: #ec463f;
	letter-spacing: .1em;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials__collection-link,.materials__download-info {
		margin-top: 45px;
	}
}

.materials__collection-link {
	margin-top: 30px;
}

.materials__video-link {
	display: block;
	margin-top: 40px;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	letter-spacing: .1em;
	color: #000;
}

.materials__video-link:before {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	background-image: url(../img/svg-sprite/sprite.svg);
	background-position: -4px -2617px;
	width: 9px;
	height: 19px;
	background-repeat: no-repeat;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials__video-link {
		margin-top: 30px;
	}
}

.materials_addition {
	padding-bottom: 70px;
}

.materials-tabs,.slick-slide img {
	display: block;
}

.materials-tabs__wrap {
	font-size: 0;
	margin: 20px 30px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials-tabs__wrap {
		margin: 20px 22px;
	}
}

@media only screen and (max-width:766px) {
	.materials-tabs__wrap {
		margin: 0 10px -20px;
	}
}

.materials-tabs__item {
	display: inline-block;
	vertical-align: top;
	padding: 25px 0;
	margin-right: 35px;
	font-size: 12px;
	cursor: pointer;
	border-bottom: 5px solid transparent;
	-webkit-transition: border .5s;
	transition: border .5s;
}

.materials-tabs__item:nth-child(n+2) {
	margin-left: 35px;
}

.materials-tabs__item:nth-child(n+2):before {
	content: '';
	width: 1px;
	height: 30px;
	display: block;
	position: absolute;
	left: -35px;
	top: 15px;
	background-color: #e5e5e5;
}

.materials-tabs__item.active,.news-one-page .slick-dots .slick-active>button:after {
	color: #ec463f;
}

@media only screen and (min-width:1200px) {
	.materials-tabs__item.active,.materials-tabs__item:hover {
		color: #ec463f;
		border-color: #ec463f;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials-tabs__item.active {
		border-color: #ec463f;
	}
}

@media only screen and (max-width:766px) {
	.materials-tabs__item {
		display: block;
		text-align: center;
		vertical-align: top;
		padding: 25px 0;
		margin: 0;
	}

	.materials-tabs__item:nth-child(n+2) {
		margin-left: 0;
		border-top: 1px solid #f2f2f2;
	}
}

.materials-tabs__content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.materials-tabs__radio:checked+.materials-tabs__content {
	opacity: 1;
	position: relative;
	z-index: 5;
}

.materials-tabs__radio,.slick-slide.slick-loading img {
	display: none;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.materials-tabs__section {
		display: block!important;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials-tabs__section {
		display: block!important;
	}
}

@media only screen and (max-width:766px) {
	.materials-tabs__section {
		display: none;
		position: absolute;
		width: 100%;
		top: 6px;
		left: 0;
		z-index: 100;
		background-color: #fbfbfb;
		-webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
		box-shadow: 0 0 35px rgba(0,0,0,.1);
	}
}

.materials-tabs__mobile-section {
	font-family: "FuturaFuturisBold",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
}

@media only screen and (max-width:766px) {
	.materials-tabs__mobile-section {
		padding: 30px 0;
		display: block;
		top: 0;
		border-bottom: 5px solid #ec463f;
	}
}

.materials-tabs__drop-di-wrap {
	display: inline-block;
	position: relative;
	top: 1px;
	cursor: pointer;
	margin-top: -3px;
}

.materials-tabs__drop-di {
	display: inline-block;
	position: absolute;
	top: -3px;
	width: 15px;
	height: 4px;
	padding: 7px;
	cursor: pointer;
	fill: #e64740;
	-webkit-transition: all .5s,top .5s .3s;
	transition: all .5s,top .5s .3s;
	right: -25px;
}

.materials-tabs__choiced-item {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.materials-slider {
	width: 100%;
	height: 350px;
	position: relative;
	visibility: hidden;
	margin: 0 auto;
	top: 0;
}

@media only screen and (max-width:1200px) {
	.materials-slider {
		height: 330px;
	}
}

.materials-slider__item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .3;
	background-color: #fbfbfb;
}

.materials-slider__item.slick-current {
	opacity: 1;
}

.materials-slider .ms__img,.materials-slider .ms__img-interior {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.materials-slider .ms__img {
	max-width: 100%;
	max-height: 100%;
}

.materials-slider .ms__img-interior {
	min-height: 100%;
	min-width: 100%;
}

@media only screen and (max-width:766px) {
	.materials-slider .ms__img-interior {
		min-height: auto;
	}
}

.materials-slider_big .ms__img-interior {
	max-width: 100%;
}

.active .materials-slider,.materials-slider__wrap.active {
	visibility: visible;
	opacity: 1;
}

.materials-slider__wrap {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 9999;
	background: rgba(255,255,255,.95);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.materials-slider__box {
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
	box-shadow: 0 0 35px rgba(0,0,0,.1);
}

.materials-slider__slide {
	height: 540px;
	overflow: hidden;
}

.materials-slider__next-arrow,.materials-slider__prev-arrow {
	position: absolute;
	display: none!important;
	width: 45px;
	height: 11px;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding: 0;
	border: 0;
	outline: 0;
	fill: #000;
	-webkit-transition: fill .4s;
	transition: fill .4s;
	z-index: 10;
}

@media only screen and (min-width:1200px) {
	.materials-slider__next-arrow,.materials-slider__prev-arrow {
		top: 395px;
		-webkit-transform: none;
		transform: none;
	}
}

@media only screen and (min-width:1024px) {
	.materials-slider__next-arrow:hover,.materials-slider__prev-arrow:hover {
		fill: #ec463f;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials-slider__next-arrow,.materials-slider__prev-arrow {
		display: block!important;
	}
}

@media only screen and (max-width:766px) {
	.materials-slider__next-arrow,.materials-slider__prev-arrow {
		fill: #ec463f;
		display: block!important;
	}
}

.materials-slider__next-arrow {
	right: 20px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials-slider__next-arrow {
		right: -50px;
		padding-top: 1px;
	}
}

@media only screen and (max-width:766px) {
	.materials-slider__next-arrow {
		padding-top: 1px;
		right: 15px;
	}
}

.materials-slider__prev-arrow {
	left: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 20px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.materials-slider__prev-arrow {
		left: -50px;
	}
}

@media only screen and (max-width:766px) {
	.materials-slider__prev-arrow {
		left: 15px;
		margin-top: -5px;
	}
}

.materials-slider_small {
	width: 500px;
	margin-top: 20px;
	height: 60px;
}

@media only screen and (max-width:1200px) {
	.materials-slider_small,.materials-slider_small.slick-slider {
		display: none;
	}
}

.materials-slider_small .materials-slider__item {
	margin: 0 15px;
}

.materials-slider_small.no-arrow {
	width: 100%;
}

.materials-slider_small.no-arrow .materials-slider__item:first-child {
	margin-left: 0;
}

.materials-slider.slick-slider .slick-slide {
	outline: 0;
	cursor: pointer;
}

.materials-slider .slick-list,.materials-slider.slick-slider .slick-track {
	height: 100%;
}

.lookbook-one-page {
	margin-top: 83px;
	font-size: 0;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.lookbook-one-page {
		margin-top: 45px;
	}
}

@media only screen and (max-width:766px) {
	.lookbook-one-page {
		margin-top: 25px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.lookbook-one-page__wrap {
		margin: 0 22px;
	}
}

@media only screen and (max-width:766px) {
	.lookbook-one-page__wrap {
		margin: 0 10px;
	}
}

.lookbook-one-page__wrap_start-position .lookbook-one-page__img-wrap,.lookbook-one-page__wrap_start-position .soc-share {
	opacity: 0;
}

.lookbook-one-page__img-wrap {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	overflow: hidden;
}

.lookbook-one-page__img-one-wrap {
	width: 100%;
	height: auto;
}

.lookbook-one-page__img-two-wrap {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.lookbook-one-page__img-two-wrap .lookbook-one-page__img-wrap {
	width: 50%;
}

@media only screen and (max-width:766px) {
	.lookbook-one-page__img-two-wrap .lookbook-one-page__img-wrap {
		width: 100%;
	}
}

.lookbook-one-page__img {
	width: 100%;
	height: auto;
	display: inline-block;
}

.soc-share {
	text-align: right;
	vertical-align: top;
	margin-top: 30px;
}

.soc-share:after,.soc-share:before {
	display: table;
	content: "";
}

.soc-share:after {
	clear: both;
}

.lt-ie8 .soc-share {
	zoom: 1;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.soc-share {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.soc-share__list,.soc-share__text {
	display: inline-block;
	vertical-align: middle;
}

.soc-share__text {
	margin-right: 20px;
	color: #767676;
}

.soc-share__item {
	display: inline-block;
	margin-left: 15px;
}

.soc-share__caption {
	letter-spacing: .05em;
	float: left;
}

.news {
	margin-top: 10px;
	font-size: 0;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.news {
		margin-top: 0;
	}
}

@media only screen and (max-width:766px) {
	.news {
		margin-top: 18px;
	}
}

.news-page .news__wrap {
	padding-top: 75px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.news__wrap {
		margin: 0 22px;
	}
}

@media only screen and (max-width:766px) {
	.news__wrap {
		margin: 0 10px;
	}
}

.news__wrap .pagination__wrap {
	margin-top: 45px;
}

.news-one-page_start-position .news-one-page__slider,.news-one-page_start-position .soc-share,.news-one-page_start-position blockquote,.news-one-page_start-position>p,.news__wrap_start-position .news__item,.news__wrap_start-position .pagination__wrap {
	opacity: 0;
}

.news__item {
	display: inline-block;
	width: 33.33333%;
	margin-top: 42px;
	cursor: pointer;
	vertical-align: top;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.news__item {
		width: 50%;
	}
}

@media only screen and (max-width:766px) {
	.news__item {
		width: 100%;
		margin-top: 16px;
	}
}

@media only screen and (min-width:1200px) {
	.news__item:hover .news__caption {
		color: #ec463f;
	}

	.news__item:hover .news__caption:before {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	.news__item:hover .news__img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.news__img-wrap {
	max-height: 220px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	overflow: hidden;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.news__img-wrap {
		max-height: 200px;
	}
}

@media only screen and (max-width:766px) {
	.news__img-wrap {
		max-height: 170px;
	}
}

.news__caption:before,.news__img {
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.news__info {
	display: block;
	position: relative;
	margin-top: 17px;
}

.news__caption,.news__line-info {
	padding-left: 45px;
	padding-right: 15px;
}

.news-one-page .slick-dots>li button:after,.news__caption {
	position: relative;
	-webkit-transition: color .5s;
	transition: color .5s;
}

.news__caption {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: .1em;
}

.news__caption:before {
	content: '';
	width: 30px;
	display: block;
	position: absolute;
	border-top: 1px solid #ec463f;
	left: 0;
	top: 10px;
}

.news__line-info {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	font-family: "FuturaBookC",serif;
	color: #767676;
	font-style: italic;
}

.news-one-page {
	text-align: center;
	padding-top: 150px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.news-one-page {
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media only screen and (max-width:766px) {
	.news-one-page {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.news-one-page p {
	width: 780px;
	display: inline-block;
	text-align: left;
	line-height: 1.6;
	color: #202020;
	padding: 0;
	margin: 15px 0;
}

@media only screen and (max-width:1200px) {
	.news-one-page p {
		width: 100%;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.news-one-page p {
		margin: 10px 0;
	}
}

@media only screen and (max-width:766px) {
	.news-one-page p {
		margin: 5px 0;
	}
}

.news-one-page__slider {
	margin: 35px 0 50px;
	position: relative;
}

.news-one-page__slide-item {
	width: 100%;
	height: 395px!important;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.news-one-page__slide-item {
		height: 355px!important;
	}
}

@media only screen and (max-width:766px) {
	.news-one-page__slide-item {
		height: 170px!important;
	}
}

.news-one-page .slick-dots {
	counter-reset: sliderNum;
	position: relative;
	margin-top: 5px;
	padding-bottom: 30px;
}

.download-mat .slick-dots>li,.merchandising-tools .slick-dots>li,.news-one-page .slick-dots>li {
	width: 30px;
	height: 30px;
}

.merchandising-tools .slick-dots>li button,.news-one-page .slick-dots>li button {
	position: relative;
	height: 30px;
	width: 30px;
}

.news-one-page .slick-dots>li button:after {
	counter-increment: sliderNum;
	content: counter(sliderNum);
	color: #000;
	font-family: "FuturaFuturisBold",sans-serif;
	font-size: 16px;
}

.news-one-page .slick-dots>li button:before {
	content: '';
	width: 0;
	margin: 0 auto;
	height: 5px;
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 11px;
	left: 0;
	right: 0;
	opacity: .3;
	background-color: rgba(236,70,63,.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media only screen and (min-width:1200px) {
	.news-one-page .slick-dots>li button:hover:before {
		width: 77%;
	}

	.news-one-page .slick-dots>li button:hover:after {
		color: #ec463f;
	}
}

.news-one-page .slick-dots .slick-active>button:before {
	width: 77%;
}

.news-one-page blockquote,.news-one-page__blockquote {
	width: 780px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 120px;
	margin: 30px auto;
	font-family: "FuturaFuturisBold",serif;
	text-transform: uppercase;
	color: #ec463f;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.7;
	text-align: left;
}

@media only screen and (max-width:1200px) {
	.news-one-page blockquote,.news-one-page__blockquote {
		width: 100%;
	}
}

@media only screen and (max-width:766px) {
	.news-one-page blockquote,.news-one-page__blockquote {
		padding: 0;
	}
}

.news-one-page blockquote:before,.news-one-page__blockquote:before {
	content: '';
	width: 83px;
	display: block;
	position: absolute;
	border-top: 1px solid #ec463f;
	left: 0;
	top: 12px;
}

@media only screen and (max-width:766px) {
	.news-one-page blockquote:before,.news-one-page__blockquote:before {
		content: none;
		display: none;
	}
}

.news-one-page .products__item-wrap {
	width: 780px;
	margin: 1px 0;
	height: 395px;
}

.news-one-page .products__item-wrap:nth-last-child(1) {
	margin-bottom: 25px;
}

.news-one-page .products__item-wrap:nth-child(1) {
	margin-top: 25px;
}

@media only screen and (max-width:1200px) {
	.news-one-page .products__item-wrap {
		width: 100%;
	}
}

@media only screen and (max-width:766px) {
	.news-one-page .products__item-wrap {
		height: 170px;
	}
}

.news-one-page .soc-share {
	width: 780px;
	margin: 30px auto 0;
	text-align: left;
}

@media only screen and (max-width:1200px) {
	.news-one-page .soc-share {
		width: 100%;
	}
}

.news-one-page__params {
	padding: 30px 0;
	position: relative;
	font-size: 0;
	background-color: #fbfbfb;
	width: 780px;
	margin: 35px auto;
}

@media only screen and (max-width:1200px) {
	.news-one-page__params {
		width: 100%;
	}
}

.news-one-page__params.slick-slider .slick-slide {
	outline: 0;
}

.news-one-page__params p,.news-one-page__params span {
	font-size: 15px;
}

.news-one-page__param-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.news-one-page__param-caption,.news-one-page__param-item>span,.news-one-page__param-value,.news-one-page__params p,.news-one-page__params span {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

.news-one-page__param-caption,.news-one-page__param-item>span:first-child {
	font-family: "FuturaFuturisBold",serif;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
}

.news-one-page__param-item>span:nth-child(n+2),.news-one-page__param-value {
	font-size: 15px;
}

.news-one-page .slick-dots>.news-one-page__next,.news-one-page .slick-dots>.news-one-page__prev {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	bottom: -13px;
	padding: 0;
	border: 0;
	outline: 0;
	top: 2px;
	width: 100px;
	z-index: 10;
}

@media only screen and (max-width:766px) {
	.news-one-page .slick-dots>.news-one-page__next,.news-one-page .slick-dots>.news-one-page__prev {
		width: 70px;
	}
}

.news-one-page .slick-dots>.news-one-page__prev {
	left: 0;
	padding-right: 12px;
}

.news-one-page .slick-dots>.news-one-page__prev:hover .news-one-page__prev-arrow {
	left: 0;
	fill: #ec463f;
}

@media only screen and (max-width:766px) {
	.news-one-page .slick-dots>.news-one-page__prev {
		height: 26px;
	}
}

.news-one-page .slick-dots>.news-one-page__next {
	right: 0;
	padding-left: 12px;
}

.news-one-page .slick-dots>.news-one-page__next:hover .news-one-page__next-arrow {
	right: 0;
	fill: #ec463f;
}

@media only screen and (max-width:766px) {
	.news-one-page .slick-dots>.news-one-page__next,.news-one-page .slick-dots>.news-one-page__prev {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

.news-one-page__next-arrow,.news-one-page__prev-arrow {
	position: relative;
	width: 66px;
	height: 11px;
	fill: #000;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.news-one-page__next-arrow {
	padding-top: 1px;
	right: 15px;
}

@media only screen and (max-width:766px) {
	.news-one-page__next-arrow {
		right: 0;
	}
}

.news-one-page__prev-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 15px;
}

@media only screen and (max-width:766px) {
	.news-one-page__prev-arrow {
		left: 0;
	}

	.news-one-page .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

.merchandising-tools {
	margin-top: 10px;
	font-size: 0;
	padding: 0;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.merchandising-tools {
		margin-top: 0;
	}

	.merchandising-tools .headline__only-left-title {
		margin-left: 0;
		overflow: hidden;
	}

	.merchandising-tools .headline__title {
		margin-left: 122px;
	}
}

@media only screen and (max-width:766px) {
	.merchandising-tools {
		margin-top: 18px;
	}
}

.merchandising-tools_start-position .merchandising-tools__item,.merchandising-tools_start-position .pagination__wrap,.merchandising-tools_start-position .slick-arrow,.merchandising-tools_start-position .slick-dots {
	opacity: 0;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.merchandising-tools__inner-wrap {
		margin-left: 22px;
		margin-right: 22px;
	}

	.merchandising-tools__inner-wrap .headline_start-position .headline__title {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
}

@media only screen and (max-width:766px) {
	.merchandising-tools__inner-wrap {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.merchandising-tools__wrap {
	padding-top: 75px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.merchandising-tools__wrap {
		margin: 0 22px;
	}
}

@media only screen and (max-width:766px) {
	.merchandising-tools__wrap {
		margin: 0 10px;
	}
}

.merchandising-tools__wrap .pagination__wrap {
	margin-top: 45px;
}

.merchandising-tools__wrap_start-position .merchandising-tools__item,.merchandising-tools__wrap_start-position .pagination__wrap {
	opacity: 0;
}

.merchandising-tools__items {
	text-align: center;
}

.merchandising-tools__item {
	display: inline-block;
	width: 33.33333%;
	margin-top: 42px;
	cursor: pointer;
	vertical-align: top;
	text-align: left;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.merchandising-tools__item {
		width: 50%;
	}
}

@media only screen and (max-width:766px) {
	.merchandising-tools__item {
		width: 100%;
		margin-top: 16px;
	}
}

@media only screen and (min-width:1200px) {
	.merchandising-tools__item:hover .merchandising-tools__caption {
		color: #ec463f;
	}

	.merchandising-tools__item:hover .merchandising-tools__caption:before {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	.merchandising-tools__item:hover .merchandising-tools__img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.merchandising-tools__img-wrap {
	height: 220px;
	max-height: 220px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	overflow: hidden;
	position: relative;
}

.merchandising-tools__img-wrap:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: '';
	background-image: url(../img/minified-svg/icon-play-video.svg);
	fill: #fff;
	width: 20px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.merchandising-tools__img-wrap:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	top: 0;
	left: 0;
	z-index: 1;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.merchandising-tools__img-wrap {
		max-height: 200px;
	}
}

@media only screen and (max-width:766px) {
	.merchandising-tools__img-wrap {
		max-height: 170px;
	}
}

.merchandising-tools__caption:before,.merchandising-tools__img {
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.merchandising-tools__info {
	display: block;
	position: relative;
	margin-top: 17px;
}

.merchandising-tools__caption {
	padding-left: 45px;
	padding-right: 15px;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: .1em;
	-webkit-transition: color .5s;
	transition: color .5s;
}

.merchandising-tools__caption:before {
	content: '';
	width: 30px;
	display: block;
	position: absolute;
	border-top: 1px solid #ec463f;
	left: 0;
	top: 10px;
}

.merchandising-tools .slick-dots {
	counter-reset: sliderNum;
	position: relative;
	margin-top: 5px;
	display: inline-block;
	width: inherit;
}

@media only screen and (max-width:766px) {
	.merchandising-tools .slick-dots {
		margin-top: 15px;
	}
}

.merchandising-tools .slick-dots>li:first-child {
	margin-left: 115px;
}

@media only screen and (max-width:766px) {
	.merchandising-tools .slick-dots>li:first-child {
		margin-left: 0;
	}
}

.merchandising-tools .slick-dots>li button:after {
	counter-increment: sliderNum;
	content: counter(sliderNum);
	color: #000;
	font-family: "FuturaFuturisBold",sans-serif;
	position: relative;
	font-size: 16px;
	-webkit-transition: color .5s;
	transition: color .5s;
	top: 4px;
}

.merchandising-tools .slick-dots>li button:before {
	content: '';
	width: 0;
	margin: 0 auto;
	height: 5px;
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 15px;
	left: 0;
	right: 0;
	opacity: .3;
	background-color: rgba(236,70,63,.3);
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media only screen and (min-width:1200px) {
	.merchandising-tools .slick-dots>li button:hover:before {
		width: 77%;
	}

	.merchandising-tools .slick-dots>li button:hover:after {
		color: #ec463f;
	}
}

.merchandising-tools .slick-dots .slick-active>button:after {
	color: #ec463f;
}

.merchandising-tools .slick-dots .slick-active>button:before {
	width: 77%;
}

.merchandising-tools .slick-dots>.merchandising-tools__next,.merchandising-tools .slick-dots>.merchandising-tools__prev {
	display: inline-block;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	bottom: -13px;
	padding: 0;
	border: 0;
	outline: 0;
	width: 100px;
	z-index: 10;
	height: 11px;
}

.merchandising-tools .slick-dots>.merchandising-tools__next {
	position: relative;
	top: 2px;
}

@media only screen and (max-width:766px) {
	.merchandising-tools .slick-dots>.merchandising-tools__next,.merchandising-tools .slick-dots>.merchandising-tools__prev {
		width: 70px;
	}
}

.merchandising-tools .slick-dots>.merchandising-tools__prev {
	left: 0;
	top: 8px;
	position: absolute;
	padding-right: 12px;
}

.merchandising-tools .slick-dots>.merchandising-tools__prev:hover .merchandising-tools__prev-arrow {
	left: 0;
	fill: #ec463f;
}

@media only screen and (max-width:766px) {
	.merchandising-tools .slick-dots>.merchandising-tools__prev {
		margin: 0 0 17px;
		top: -20px;
	}
}

.merchandising-tools .slick-dots>.merchandising-tools__next {
	right: 0;
	padding-left: 12px;
}

.merchandising-tools .slick-dots>.merchandising-tools__next:hover .merchandising-tools__next-arrow {
	right: 0;
	fill: #ec463f;
}

@media only screen and (max-width:766px) {
	.merchandising-tools .slick-dots>.merchandising-tools__next {
		margin: 5px 0 0;
	}

	.merchandising-tools .slick-dots>.merchandising-tools__next,.merchandising-tools .slick-dots>.merchandising-tools__prev {
		width: 100%;
		padding: 0;
	}
}

.merchandising-tools__next-arrow,.merchandising-tools__prev-arrow {
	position: relative;
	width: 66px;
	height: 11px;
	fill: #000;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.merchandising-tools__next-arrow {
	padding-top: 1px;
	right: 15px;
}

@media only screen and (max-width:766px) {
	.merchandising-tools__next-arrow {
		right: 0;
	}
}

.merchandising-tools__prev-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 15px;
}

@media only screen and (max-width:766px) {
	.merchandising-tools__prev-arrow {
		left: 0;
	}

	.merchandising-tools .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

.helpful-materials {
	padding-bottom: 50px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.dealer {
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media only screen and (max-width:766px) {
	.dealer {
		padding-bottom: 0;
	}
}

.dealer_start-position .dealer__inner-wrap {
	opacity: 0;
}

.dealer__inner-wrap {
	display: block;
	font-size: 0;
	overflow: hidden;
}

@media only screen and (min-width:1200px) {
	.dealer__inner-wrap .mCSB_scrollTools {
		left: 0;
	}
}

.dealer__inner-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
	background-color: #767676;
	background-color: rgba(0,0,0,.25);
}

.dealer__inner-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #767676;
	background-color: rgba(0,0,0,.35);
}

.dealer__inner-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.dealer__inner-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #767676;
	background-color: rgba(0,0,0,.4);
}

.dealer__inner-wrap .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #767676;
	background-color: rgba(0,0,0,.1);
}

.dealer__inner-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.dealer__inner-wrap .mCSB_scrollTools .mCSB_draggerRail {
	border-radius: 0;
}

.dealer__inner-wrap .mCSB_scrollTools .mCSB_draggerContainer {
	left: -7px;
}

@media only screen and (max-width:1200px) {
	.dealer__inner-wrap .mCSB_scrollTools .mCSB_draggerContainer {
		left: 7px;
	}
}

@media only screen and (max-width:766px) {
	.dealer__inner-wrap {
		padding: 0 10px;
	}
}

.dealer__address-list,.dealer__map {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

@media only screen and (min-width:1200px) {
	.dealer__address-list,.dealer__map {
		width: 50%;
	}
}

.dealer__address-list {
	height: 590px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fbfbfb;
	overflow-y: auto;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.dealer__address-list {
		margin-top: 45px;
		height: 460px;
	}
}

@media only screen and (max-width:766px) {
	.dealer__address-list {
		margin-top: 30px;
		height: 440px;
	}
}

.dealer__map {
	height: 590px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.dealer__map {
		height: 230px;
	}
}

@media only screen and (max-width:766px) {
	.dealer__map {
		height: 190px;
	}
}

.dealer__address-item {
	padding-left: 40px;
	position: relative;
	margin-top: 33px;
}

.dealer__address-item:after,.dealer__address-item:before {
	display: table;
	content: "";
}

.dealer__address-item:after {
	clear: both;
}

.lt-ie8 .dealer__address-item {
	zoom: 1;
}

.dealer__address-item:last-child {
	margin-bottom: 20px;
}

@media only screen and (max-width:766px) {
	.dealer__address-item {
		padding-left: 0;
	}
}

.dealer__address-item.active:before,.dealer__address-item:hover:before {
	content: '';
	display: block;
	width: 100%;
	top: -15px;
	bottom: -15px;
	position: absolute;
	left: 0;
	z-index: 0;
	background-color: #eee;
}

.dealer__address-place-wrap {
	width: 270px;
	display: inline-block;
	vertical-align: top;
	min-height: 1px;
	position: relative;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.dealer__address-place-wrap {
		float: left;
		width: 400px;
	}
}

@media only screen and (max-width:766px) {
	.dealer__address-place-wrap {
		width: 100%;
		text-align: center;
	}
}

.dealer__address-contacts-wrap {
	width: 240px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-family: "FuturaBookC",serif;
	color: #545454;
	position: relative;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: .025em;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.dealer__address-contacts-wrap {
		float: right;
		width: 250px;
	}
}

@media only screen and (max-width:766px) {
	.dealer__address-contacts-wrap {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
}

.dealer__address-name {
	font-size: 15px;
}

.dealer__address-place {
	margin-top: 13px;
	position: relative;
	font-family: "FuturaBookC",serif;
	color: #545454;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: .025em;
}

.dealer__address-email {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dealer__address-email:hover {
	overflow: visible;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.dealer .headline {
		margin-left: 72px;
	}
}

@media only screen and (max-width:766px) {
	.dealer .headline {
		margin-left: 10px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.contacts {
		padding-left: 92px;
		padding-right: 92px;
	}
}

@media only screen and (max-width:766px) {
	.contacts {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.contacts_start-position .contacts__inner-wrap {
	opacity: 0;
}

.contacts__inner-wrap {
	font-size: 0;
	position: relative;
	margin-top: 35px;
}

@media only screen and (min-width:1200px) {
	.contacts__inner-wrap {
		height: 330px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.contacts__inner-wrap {
		margin-top: 20px;
	}
}

@media only screen and (max-width:766px) {
	.contacts__inner-wrap {
		margin-top: 25px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.contacts__phones {
		display: inline-block;
		vertical-align: top;
		width: 200px;
	}
}

@media only screen and (min-width:1200px) {
	.contacts__address {
		margin-top: 33px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.contacts__address {
		display: inline-block;
		vertical-align: top;
		margin-left: 65px;
		width: 50%;
	}
}

@media only screen and (max-width:766px) {
	.contacts__address {
		margin-top: 25px;
	}
}

.contacts__mail {
	margin-top: 30px;
}

@media only screen and (max-width:766px) {
	.contacts__mail {
		margin-top: 25px;
	}
}

.contacts__link,.download-mat .slick-dots .slick-active>button:after {
	color: #ec463f;
}

.contacts__link:hover {
	text-decoration: underline;
}

.contacts__caption {
	margin-bottom: 15px;
}

@media only screen and (max-width:766px) {
	.contacts__caption {
		margin-bottom: 12px;
	}
}

.contacts__value {
	margin-top: 10px;
	font-size: 16px;
}

@media only screen and (max-width:766px) {
	.contacts__value {
		margin-top: 8px;
		font-size: 15px;
	}
}

.contacts__info-block,.contacts__map {
	display: block;
	width: 100%;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width:1200px) {
	.contacts__info-block,.contacts__map {
		width: 50%;
		display: inline-block;
		padding: 0 50px 0 120px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.contacts__info-block,.contacts__map {
		padding-left: 54px;
	}
}

.contacts__info-block {
	position: relative;
}

@media only screen and (min-width:1200px) {
	.contacts__info-block {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.contacts__map {
	height: 330px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.contacts__map {
		margin-top: 50px;
	}
}

@media only screen and (max-width:766px) {
	.contacts__map {
		margin-top: 30px;
		height: 170px;
	}
}

.tile-opacity-page-screen {
	opacity: .1;
}

.opacity-page-screen:before {
	opacity: .3;
}

@media only screen and (min-width:1200px) {
	.parallax-img {
		will-change: top,height,width;
		position: absolute;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

.slick-slider .slick-slide {
	outline: 0;
}

.breadcrumb {
	position: absolute;
	z-index: 15;
	top: 90px;
	left: 0;
	width: 100%;
}

@media only screen and (max-width:766px) {
	.breadcrumb {
		top: 80px;
	}
}

.breadcrumb__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.breadcrumb__list {
		padding: 0 20px;
	}
}

@media only screen and (max-width:766px) {
	.breadcrumb__list {
		padding: 0 10px;
	}
}

.breadcrumb__item {
	padding-right: 20px;
	position: relative;
	display: inline-block;
}

.breadcrumb__item::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 1px;
	right: 8px;
	top: calc(50% - 1px);
	background-color: #cecccc;
}

.breadcrumb__item:last-child {
	margin-right: 0;
	pointer-events: none;
}

.breadcrumb__item:last-child::after {
	content: none;
}

.breadcrumb__link {
	color: #cecccc;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
}

@media only screen and (max-width:766px) {
	.breadcrumb__link {
		line-height: 1;
	}
}

.breadcrumb__link:after {
	content: attr(data-hover);
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	overflow: hidden;
	width: 0;
	color: #ec463f;
	-webkit-transition: width .5s;
	transition: width .5s;
	white-space: nowrap;
}

@media only screen and (min-width:1200px) {
	.breadcrumb__link:hover::after {
		width: 100%;
	}
}

.site-map {
	font-family: "FuturaBookC";
	padding-top: 140px;
	padding-bottom: 50px;
	min-height: calc(100vh - 444px);
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.site-map {
		margin: 0 20px;
	}
}

@media only screen and (max-width:766px) {
	.site-map {
		margin: 0 20px;
	}
}

.site-map__h1 {
	font-family: "FuturaBookC";
}

.site-map__group {
	padding-left: 15px;
}

.site-map__group .site-map__link {
	display: inline-block;
	padding: 5px 0;
	font-size: 30px;
	color: #ec463f;
	position: relative;
}

.site-map__group .site-map__link:after {
	content: attr(data-hover);
	display: block;
	position: absolute;
	top: 5px;
	left: .3px;
	overflow: hidden;
	width: 0;
	color: #ec463f;
	-webkit-transition: width .5s;
	transition: width .5s;
	white-space: nowrap;
}

.site-map__group .site-map__link:hover::after {
	width: 100%;
}

.site-map__group_1 .site-map__link {
	font-size: 20px;
	color: #797878;
}

.site-map__group_2 .site-map__link {
	font-size: 18px;
}

.site-map__group_3 .site-map__link {
	font-size: 16px;
}

.footer_no-fixed {
	position: relative;
}

.slick-loading .slick-list {
	background: #fff url(./ajax-loader.gif) center center no-repeat;
}

@font-face {
	font-family:"slick";src:url(./fonts/slick.eot);src:url(./fonts/slick.eot?#iefix) format("embedded-opentype"),url(./fonts/slick.woff) format("woff"),url(./fonts/slick.ttf) format("truetype"),url(./fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal;
}

.slick-next,.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding: 0;
	border: 0;
	outline: 0;
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent;
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before,.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
	opacity: .25;
}

.slick-next:before,.slick-prev:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

.slick-next:before,[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

[dir=rtl] .slick-next:before {
	content: "←";
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus {
	outline: 0;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75;
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list,.slick-slider,.slick-track {
	position: relative;
	display: block;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	left: 0;
	top: 0;
}

.slick-track:after,.slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.filter-store__address-item_title:hover:before,.slick-arrow.slick-hidden {
	display: none;
}

.banners-action:after,.banners-action:before {
	display: table;
	content: "";
}

.banners-action:after {
	clear: both;
}

.lt-ie8 .banners-action {
	zoom: 1;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.banners-action .link-rhombus {
		left: 20%;
		-webkit-transform: translate(0,50%)!important;
		transform: translate(0,50%)!important;
	}
}

@media only screen and (max-width:766px) {
	.banners-action {
		display: none;
	}
}

.banners-action__left,.banners-action__right {
	width: 50%;
	height: 220px;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.banners-action__left,.banners-action__right {
		width: 100%;
		height: 180px;
		float: none;
	}
}

.banners-action__item {
	width: 100%;
	height: 100%;
}

.banners-action_start-position .banners-action__item {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.banners-action__item_red {
	background: #ec463f;
}

.banners-action__item_img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #202020;
	opacity: .5;
	top: 0;
	bottom: 0;
}

.banners-action__item_img img {
	width: 100%;
	min-height: 100%;
}

.banner-nearest-store {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 199;
	bottom: 30px;
	right: 50px;
	width: 400px;
	height: 130px;
	background-color: #ec463f;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0;
}

@media only screen and (max-width:766px) {
	.banner-nearest-store {
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 105px;
	}
}

.banner-nearest-store__close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: 0 0;
	border: 0;
	padding: 0;
	margin: 0;
}

.banner-nearest-store__close:focus {
	outline: 0;
}

.banner-nearest-store__close svg {
	fill: #fff;
}

@media only screen and (max-width:766px) {
	.banner-nearest-store__close svg {
		width: 16px;
		height: 16px;
	}
}

.banner-nearest-store__content {
	position: relative;
}

.banner-nearest-store__content svg {
	overflow: visible;
}

.banner-nearest-store__content .link-rhombus__rhomb {
	display: block;
}

@media only screen and (max-width:766px) {
	.banner-nearest-store__content .link-rhombus__rhomb {
		left: -28px;
	}
}

.banner-nearest-store__text {
	color: #fff;
	font-family: "FuturaFuturisBold",serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 0 0 5px;
}

@media only screen and (max-width:320px) {
	.banner-nearest-store__text {
		font-size: 11px;
	}
}

.banner-nearest-store__phone {
	font-family: "FuturaBookC",serif;
	color: #fff;
	font-size: 16px;
	letter-spacing: .025em;
}

.banner-nearest-store .pulse.pulse-1 {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.banner-nearest-store .pulse.pulse-2,.banner-nearest-store .pulse.pulse-3 {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1.66667s;
	animation-delay: 1.66667s;
}

.banner-nearest-store .pulse.pulse-3 {
	-webkit-animation-delay: 3.33333s;
	animation-delay: 3.33333s;
}

.banner-nearest-store .pulse {
	-webkit-animation: pulse-banner infinite;
	animation: pulse-banner infinite;
}

@media only screen and (max-width:766px) {
	.banner-nearest-store .pulse {
		-webkit-animation: none;
		animation: none;
	}
}

.filter-store__address-item_title {
	text-align: center;
}

.flashing-store__address-item:before {
	content: "";
	display: block;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s;
	width: 100%;
	top: -15px;
	bottom: -15px;
	position: absolute;
	left: 0;
}

.flashing-store__address-item.filter-store__address-item_active:before {
	opacity: 1;
	background-color: #eee;
}

.certificate {
	background-color: #fbfbfb;
}

@media only screen and (min-width:1200px) {
	.certificate.certificate_more {
		margin-bottom: 0;
	}
}

.certificate_start-position .certificate__get-more,.certificate_start-position .certificate__item,.certificate_start-position .slick-arrow {
	opacity: 0;
}

.certificate_start-position .certificate__bg:before {
	width: 0;
}

.certificate__inner {
	display: inline-block;
	margin-left: 120px;
	max-width: inherit;
	min-height: 355px;
	max-height: 355px;
	position: relative;
	width: calc(100% - 230px);
	margin-top: 44px;
}

.certificate__inner:after,.certificate__inner:before {
	display: table;
	content: "";
}

.certificate__inner:after {
	clear: both;
}

.lt-ie8 .certificate__inner {
	zoom: 1;
}

@media only screen and (max-width:1200px) {
	.certificate__inner {
		padding-left: 0;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.certificate__inner {
		margin-left: 92px;
		margin-right: 92px;
		overflow: visible;
	}

	.certificate_more .certificate__inner {
		margin-left: 142px;
		margin-right: 142px;
	}
}

@media only screen and (max-width:766px) {
	.certificate__inner {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - 20px);
		margin-top: 37px;
		min-height: auto;
	}

	.certificate_more .certificate__inner {
		padding-left: 0;
		padding-right: 0;
		min-height: 195px;
		max-height: 195px;
		width: 100%;
	}
}

.certificate__item,.certificate__item img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px;
}

.certificate__item {
	float: left;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	position: relative;
	margin-right: 30px;
}

.certificate_more .certificate__item {
	width: 20%;
}

@media only screen and (max-width:1200px) {
	.certificate__item:nth-child(n+4) {
		display: none;
	}

	.certificate_more .certificate__item:nth-child(n+4) {
		display: block;
	}
}

@media only screen and (max-width:766px) {
	.certificate__item {
		width: 140px!important;
		height: 195px;
		padding: 3px;
		margin-right: 20px;
	}

	.certificate__item:nth-child(2) {
		margin-right: 0;
	}

	.certificate_more .certificate__item:nth-child(2):nth-child(2) {
		margin-right: 20px;
	}
}

.certificate__item img {
	width: 100%;
	height: 100%;
	border: 2px solid #9e9e9e;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
}

@media only screen and (max-width:766px) {
	.certificate__item img {
		border: 1px solid #000;
		padding: 4px;
	}
}

.certificate__get-more {
	display: none;
}

@media only screen and (max-width:1200px) {
	.certificate__get-more {
		display: inline-block;
		position: absolute;
		top: 50%;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.certificate__get-more {
		left: 570px;
	}
}

@media only screen and (max-width:766px) {
	.certificate__get-more {
		left: 190px;
		top: 35%;
	}
}

.certificate__get-more svg {
	width: 77px;
	height: 11px;
	fill: #ec463f;
}

.certificate .certificate__item_link {
	display: block;
	position: relative;
	border: 0;
	overflow: visible;
	margin-left: 53px;
	margin-top: 150px;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.certificate .certificate__item_link {
		position: absolute;
		left: 545px;
		margin-left: 30px;
	}
}

@media only screen and (max-width:766px) {
	.certificate .certificate__item_link {
		margin-left: 5px;
		margin-top: 0;
		height: 130px;
	}

	.certificate .certificate__item_link .link-rhombus__rhomb {
		top: 0;
	}
}

.certificate .certificate__item_link .link-rhombus {
	color: #202020;
	margin-left: 20px;
}

@media only screen and (max-width:766px) {
	.certificate .certificate__item_link .link-rhombus__rhomb {
		width: 75px;
		height: 75px;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.certificate .headline {
		margin-left: 92px;
		margin-right: 92px;
	}
}

@media only screen and (max-width:766px) {
	.certificate .headline {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.certificate__bg {
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width:1200px) {
	.certificate__bg {
		padding-bottom: 50px;
	}

	.certificate__bg.certificate_more {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width:766px) {
	.certificate__bg {
		padding-bottom: 10px;
	}
}

.certificate__bg:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	bottom: 0;
	background-color: #fbfbfb;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.animDone .certificate__bg:before {
	width: 100%;
}

.certificate__next-arrow,.certificate__prev-arrow {
	position: absolute;
	display: block;
	width: 66px;
	height: 11px;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 140px;
	padding: 0;
	border: 0;
	outline: 0;
	fill: #000;
	-webkit-transition: fill .4s;
	transition: fill .4s;
	z-index: 1;
}

@media only screen and (max-width:1200px) {
	.certificate__next-arrow,.certificate__prev-arrow {
		fill: #ec463f;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.certificate__next-arrow,.certificate__prev-arrow {
		-webkit-transform: none;
		transform: none;
		top: 95px;
	}
}

@media only screen and (min-width:768px) and (max-width:850px) {
	.certificate__next-arrow,.certificate__prev-arrow {
		top: 165px;
	}
}

@media only screen and (max-width:766px) {
	.certificate__next-arrow,.certificate__prev-arrow {
		top: 95px;
	}
}

.certificate__next-arrow {
	right: -100px;
	padding-top: 1px;
}

@media only screen and (min-width:1200px) {
	.certificate__next-arrow {
		right: -70px;
	}
}

@media only screen and (max-width:1200px) {
	.certificate__next-arrow {
		right: 50px;
	}
}

.certificate__prev-arrow {
	left: -100px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 20px;
}

@media only screen and (max-width:1200px) {
	.certificate__prev-arrow {
		left: 30px;
	}

	.advantages-page .certificate__item:nth-child(n+3),.home-page .certificate__item:nth-child(n+3) {
		display: none;
	}

	.advantages-page .certificate__item:nth-child(n+3).certificate__item_link,.home-page .certificate__item:nth-child(n+3).certificate__item_link {
		display: block;
	}
}

@media only screen and (max-width:766px) {
	.advantages-page .certificate__item:nth-child(n+3).certificate__item_link,.home-page .certificate__item:nth-child(n+3).certificate__item_link {
		clear: both;
	}
}

.greyscale-filter {
	height: 0;
	visibility: hidden;
}

.download-mat {
	font-size: 0;
}

.download-mat:after,.download-mat:before {
	display: table;
	content: "";
}

.download-mat:after {
	clear: both;
}

.lt-ie8 .download-mat {
	zoom: 1;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.download-mat {
		margin-left: 22px;
		margin-right: 22px;
	}

	.download-mat .headline_start-position .headline__title {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
}

@media only screen and (max-width:766px) {
	.download-mat {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.download-mat__items {
	margin-top: 50px;
	text-align: center;
}

@media only screen and (max-width:1200px) {
	.download-mat__items {
		margin-top: 30px;
	}
}

.download-mat__item-wrap {
	height: 150px;
	width: 33%;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	overflow: hidden;
	cursor: pointer;
	outline: 0;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.download-mat__item-wrap {
		width: 50%;
		height: 140px;
	}
}

@media only screen and (max-width:766px) {
	.download-mat__item-wrap {
		width: 100%;
		height: 115px;
	}

	.download-mat__item-wrap:nth-child(n+4) {
		display: none;
	}
}

.download-mat__link-wrap {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.download-mat__link-wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

.download-mat__link-wrap_red:before {
	background-color: rgba(236,70,63,.95);
}

.download-mat__link-wrap .link-rhombus__text {
	display: inline-block;
	max-width: 300px;
	white-space: normal;
	text-align: left;
}

@media only screen and (max-width:766px) {
	.download-mat__link-wrap .link-rhombus__text {
		text-align: center;
	}
}

.download-mat_start-position .download-mat__link-wrap,.download-mat_start-position .pagination__wrap,.download-mat_start-position .slick-arrow,.download-mat_start-position .slick-dots {
	opacity: 0;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.download-mat .headline__title {
		margin-left: 122px;
	}
}

.download-mat .headline__title {
	display: inline-block;
}

.download-mat .slick-dots {
	counter-reset: sliderNum;
	position: relative;
	margin-top: 5px;
	display: inline-block;
	width: inherit;
}

@media only screen and (max-width:766px) {
	.download-mat .slick-dots {
		margin-top: 15px;
	}
}

.download-mat .slick-dots>li:first-child {
	margin-left: 110px;
}

@media only screen and (max-width:766px) {
	.download-mat .slick-dots>li:first-child {
		margin-left: 0;
	}
}

.download-mat .slick-dots>li button {
	position: relative;
	height: 30px;
	width: 30px;
}

.download-mat .slick-dots>li button:after {
	counter-increment: sliderNum;
	content: counter(sliderNum);
	color: #000;
	font-family: "FuturaFuturisBold",sans-serif;
	position: relative;
	font-size: 16px;
	-webkit-transition: color .5s;
	transition: color .5s;
}

.download-mat .slick-dots>li button:before {
	content: '';
	width: 0;
	margin: 0 auto;
	height: 5px;
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 11px;
	left: 0;
	right: 0;
	opacity: .3;
	background-color: #ec463f;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media only screen and (min-width:1200px) {
	.download-mat .slick-dots>li button:hover:before {
		width: 77%;
	}

	.download-mat .slick-dots>li button:hover:after {
		color: #ec463f;
	}
}

.download-mat .slick-dots .slick-active>button:before {
	width: 77%;
}

.download-mat .slick-dots>.download-mat__next,.download-mat .slick-dots>.download-mat__prev {
	display: inline-block;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	bottom: -13px;
	padding: 0;
	border: 0;
	outline: 0;
	width: 100px;
	z-index: 10;
}

.download-mat .slick-dots>.download-mat__next {
	position: relative;
	top: 2px;
}

@media only screen and (max-width:766px) {
	.download-mat .slick-dots>.download-mat__next,.download-mat .slick-dots>.download-mat__prev {
		width: 70px;
	}
}

.download-mat .slick-dots>.download-mat__prev {
	left: 0;
	top: 8px;
	position: absolute;
	padding-right: 12px;
}

.download-mat .slick-dots>.download-mat__prev:hover .download-mat__prev-arrow {
	left: 0;
	fill: #ec463f;
}

@media only screen and (max-width:766px) {
	.download-mat .slick-dots>.download-mat__prev {
		height: 26px;
		top: -20px;
	}
}

.download-mat .slick-dots>.download-mat__next {
	right: 0;
	padding-left: 12px;
}

.download-mat .slick-dots>.download-mat__next:hover .download-mat__next-arrow {
	right: 0;
	fill: #ec463f;
}

@media only screen and (max-width:766px) {
	.download-mat .slick-dots>.download-mat__next {
		margin: 5px 0 0;
	}

	.download-mat .slick-dots>.download-mat__next,.download-mat .slick-dots>.download-mat__prev {
		width: 100%;
		padding: 0;
	}
}

.download-mat__next-arrow,.download-mat__prev-arrow {
	position: relative;
	width: 66px;
	height: 11px;
	fill: #000;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.download-mat__next-arrow {
	padding-top: 1px;
	right: 15px;
}

@media only screen and (max-width:766px) {
	.download-mat__next-arrow {
		right: 0;
	}
}

.download-mat__prev-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 15px;
}

@media only screen and (max-width:766px) {
	.download-mat__prev-arrow {
		left: 0;
	}

	.download-mat .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

.nav-main-wrap,.nav-main-wrap:before {
	position: absolute;
	z-index: 50;
	width: 100%;
}

.nav-main-wrap:before {
	content: '';
	background-color: #202020;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
	z-index: -1;
}

.nav-main-wrap.has-anim:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.nav-main-wrap.has-anim .menu-main {
	-webkit-transform: translateY(-140%);
	transform: translateY(-140%);
	opacity: 0;
}

.nav-main-wrap.has-anim .search__body {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media only screen and (max-width:1200px) {
	.nav-main-wrap {
		overflow-y: auto;
		display: none;
	}

	.nav-main-wrap.menu-black {
		display: block;
		overflow: hidden;
	}

	.home-page .nav-main-wrap {
		display: block;
	}
}

.nav-main-wrap.open-mobile-menu {
	background: rgba(255,255,255,.7);
	height: 150vh;
}

.nav-main-wrap.open-mobile-menu.menu-black {
	z-index: 200;
}

.nav-main-wrap.not-top {
	margin-top: -85px;
}

.menu-black {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: background .4s,margin-top .3s;
	transition: background .4s,margin-top .3s;
}

.nav-main {
	width: 1370px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 20px;
	background-color: transparent;
	-webkit-transition: background-color .7s;
	transition: background-color .7s;
	max-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-main:after,.nav-main:before {
	display: table;
	content: "";
}

.nav-main:after {
	clear: both;
}

.lt-ie8 .nav-main {
	zoom: 1;
}

.menu-black .nav-main {
	background-color: #202020;
	margin-top: 0;
}

.open-mobile-menu .nav-main {
	background-color: #202020;
	overflow-y: auto;
}

@media only screen and (min-width:2000px) {
	.nav-main {
		margin-left: -10px;
	}
}

@media only screen and (min-width:1600px) and (max-width:1999px) {
	.nav-main {
		margin-left: -10px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.nav-main {
		width: 1170px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.nav-main {
		width: 100%;
		margin-top: 10px;
	}
}

@media only screen and (max-width:766px) {
	.nav-main {
		width: 100%;
		margin-top: 0;
	}
}

.menu-lang,.menu-main {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	opacity: 1;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition: opacity .3s ease,-webkit-transform .5s ease;
	transition: transform .5s ease,opacity .3s ease;
	transition: transform .5s ease,opacity .3s ease,-webkit-transform .5s ease;
}

.menu-lang ul:after,.menu-lang ul:before,.menu-main ul:after,.menu-main ul:before,.menu-main:after,.menu-main:before {
	display: table;
	content: "";
}

.menu-lang:before {
	display: table;
}

.menu-lang:after {
	display: table;
	content: "";
}

.menu-lang ul:after,.menu-lang:after,.menu-main ul:after,.menu-main:after {
	clear: both;
}

.lt-ie8 .menu-lang,.lt-ie8 .menu-lang ul,.lt-ie8 .menu-main,.lt-ie8 .menu-main ul {
	zoom: 1;
}

@media only screen and (max-width:1200px) {
	.menu-lang,.menu-main {
		float: none;
		display: none;
	}
}

.menu-lang ul,.menu-main ul {
	position: relative;
	list-style: none;
	font-family: "FuturaFuturisBold",sans-serif;
}

.menu-main__item {
	display: block;
	-webkit-transition: color .4s ease .4s;
	transition: color .4s ease .4s;
}

.menu-lang__item,.menu-main__item {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 20px 8px;
	font-size: 11px;
	color: #fff;
}

.menu-main__item:before {
	content: '';
	display: block;
}

.menu-lang__item:before,.menu-main__item:before {
	width: 0;
	height: 4px;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 23px;
	left: 0;
	opacity: .5;
	background-color: #ec463f;
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
}

.active>.menu-lang__item,.active>.menu-main__item,.menu-lang__item:hover,.menu-main__item:hover {
	color: #ec463f;
}

.active>.menu-lang__item:before,.active>.menu-main__item:before,.menu-lang__item:hover:before,.menu-main__item:hover:before {
	width: 100%;
}

.menu-main {
	width: 1130px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.menu-main {
		width: 960px;
	}
}

@media only screen and (max-width:1200px) {
	.menu-main {
		width: 100%;
	}

	.menu-main li:last-child .menu-main__item {
		border-bottom: 1px solid #313131;
	}
}

.menu-main ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width:1200px) {
	.menu-main ul {
		display: block;
		text-align: center;
	}

	.menu-main__item {
		display: inline-block;
		width: 250px;
		border-top: 1px solid #313131;
		padding-top: 24px;
		padding-bottom: 24px;
		cursor: pointer;
	}

	.menu-main__item:before {
		top: 27px;
		left: 30px;
		content: none;
		display: none;
		opacity: .2;
	}

	.active>.menu-main__item:before {
		content: '';
		display: block;
		width: 190px;
	}
}

.menu-main__item_mobile {
	display: none;
}

@media only screen and (max-width:1200px) {
	.menu-main__item_mobile {
		display: inline-block;
	}
}

.menu-lang {
	width: 120px;
	position: relative;
	padding-left: 25px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	z-index: 4;
}

@media only screen and (min-width:1200px) {
	.menu-lang {
		width: 105px;
	}

	.menu-lang:hover:before {
		opacity: 0;
		-webkit-transform: translateX(70px) scaleX(2);
		transform: translateX(70px) scaleX(2);
	}

	.menu-lang:hover li {
		height: inherit;
	}

	.menu-lang:hover li:nth-child(1) {
		margin-top: 0;
	}

	.menu-lang:hover li:nth-child(2) {
		margin-top: 40px;
	}

	.menu-lang:hover li:nth-child(3) {
		margin-top: 80px;
	}

	.menu-lang:hover li:nth-child(4) {
		margin-top: 120px;
	}

	.menu-lang:hover li:nth-child(5) {
		margin-top: 160px;
	}

	.menu-lang:hover .menu-lang__item {
		display: inline-block;
		border-left: 1px solid #ec463f;
	}
}

@media only screen and (max-width:1200px) {
	.menu-lang {
		clear: both;
		width: 250px;
		padding-left: 0;
		margin: 10px auto 0;
		float: none;
	}
}

.menu-lang:before {
	content: '';
	width: 20px;
	display: block;
	position: absolute;
	top: 50%;
	border-top: 1px solid #ec463f;
	top: calc(50% - 3px);
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

@media only screen and (max-width:1200px) {
	.menu-lang:before {
		content: none;
		display: none;
	}
}

.menu-lang ul {
	width: 100%;
	min-height: 47px;
}

@media only screen and (max-width:1200px) {
	.menu-lang ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media only screen and (min-width:1200px) {
	.menu-lang li {
		width: 100%;
		position: absolute;
		height: 0;
		background-color: #202020;
		-webkit-transition: .5s;
		transition: .5s;
	}
}

.menu-lang__item {
	display: none;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	cursor: pointer;
}

@media only screen and (min-width:1200px) {
	.menu-lang__item {
		text-align: center;
		padding-right: 10px;
	}
}

@media only screen and (max-width:1200px) {
	.menu-lang__item {
		display: inline-block;
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.menu-lang__item:before {
	content: none;
	display: none;
}

.active>.menu-lang__item,.logo-nav {
	display: block;
}

.logo-nav {
	width: 120px;
	height: 45px;
	float: left;
	background-image: url(../img/minified-svg/logo-zeus.svg?v=1);
	background-size: 75px 45px;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-transition: all .6s;
	transition: all .6s;
	position: relative;
}

@media only screen and (min-width:1200px) {
	.logo-nav {
		width: 105px;
	}
}

@media only screen and (max-width:1200px) {
	.logo-nav {
		left: 0;
		background-position: center center;
	}
}

@media only screen and (max-width:766px) {
	.logo-nav {
		width: 100px;
	}
}

@media only screen and (max-width:1200px) {
	.open-mobile-menu .logo-nav {
		left: 50%;
		-webkit-transform: translateX(-50%)!important;
		transform: translateX(-50%)!important;
	}
}

.menu-mob,.menu-mob i {
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
}

.menu-mob {
	display: none;
	float: right;
	cursor: pointer;
	background: 0;
	border: 0;
	outline: 0;
	margin-top: 3px;
	margin-right: 20px;
}

@media only screen and (max-width:1200px) {
	.menu-mob {
		display: block;
	}
}

@media only screen and (max-width:766px) {
	.menu-mob {
		margin-right: 10px;
	}
}

.menu-mob__caption {
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .07em;
	text-transform: uppercase;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.menu-mob i {
	display: block;
	width: 35px;
	border-top: 1px solid #ec463f;
	margin-bottom: 7px;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.open-mobile-menu .menu-mob .menu-mob__caption {
	opacity: 0;
}

.open-mobile-menu .menu-mob i {
	border-color: #fff;
	width: 23px;
}

.open-mobile-menu .menu-mob i:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open-mobile-menu .menu-mob i:nth-child(2) {
	opacity: 0;
}

.open-mobile-menu .menu-mob i:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.socials-nav {
	display: none;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 12px;
	padding-top: 5px;
}

.socials-nav__title {
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1em;
	color: #fff;
}

.socials-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 250px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.socials-nav__list:after,.socials-nav__list:before {
	display: table;
	content: "";
}

.socials-nav__list:after {
	clear: both;
}

.lt-ie8 .socials-nav__list {
	zoom: 1;
}

.socials-nav__item {
	float: left;
}

.socials-nav__item:nth-child(n+2) {
	margin-left: 20px;
}

@media only screen and (max-width:766px) {
	.socials-nav__item:nth-child(n+2) {
		margin-left: 10px;
	}
}

.bg-dark {
	width: 100%;
	background-color: #202020;
}

.stub {
	display: none;
}

.search {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 50px;
	margin-right: 20px;
	-ms-flex-item-align: center;
	align-self: center;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.search__btn {
	cursor: pointer;
	padding: 10px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}

@media only screen and (min-width:1200px) {
	.search__btn:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.search__btn-submit {
	color: #ea453d;
	background-color: transparent;
	border: 0;
	outline: 0;
	font-size: 11px;
	font-family: "FuturaFuturisBold",sans-serif;
	line-height: 22px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

@media only screen and (min-width:1200px) {
	.search__btn-submit:hover {
		color: #fff;
	}
}

.search__btn-close {
	position: absolute;
	right: 25px;
	top: 10px;
	z-index: 7;
	padding: 13px;
	cursor: pointer;
}

.search__btn-close:after,.search__btn-close:before {
	position: absolute;
	content: '';
	width: 12px;
	left: 7px;
	top: 12px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search__btn-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search__body {
	position: absolute;
	width: 84%;
	left: 0;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	height: 45px;
	margin-left: 102px;
	padding: 0 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #202020;
	z-index: 5;
	opacity: 0;
	-webkit-transition: opacity .3s ease,-webkit-transform .5s ease;
	transition: transform .5s ease,opacity .3s ease;
	transition: transform .5s ease,opacity .3s ease,-webkit-transform .5s ease;
}

@media only screen and (min-width:1200px) {
	.search__body {
		width: 83%!important;
	}
}

.search__form,.search__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search__wrapper {
	border-bottom: 1px solid #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search__form {
	padding: 0 10px;
}

.search__input {
	width: 100%;
	background: 0 0;
	border: 0;
	outline: 0;
	color: #fff;
	padding: 5px 0;
	font-size: 16px;
}

.above-footer-content.without-img {
	background-image: none;
}

.search-result__form,.search-result__wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-result__wrapp {
	opacity: 0;
	width: 450px;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid rgba(118,118,118,.8);
}

.search-result__form {
	margin-left: 23px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.search-result__content {
	width: 768px;
	margin: 0 auto;
}

.search-result__tabs {
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 45px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 13px;
}

.search-result__span {
	position: relative;
}

.search-result__tab {
	position: relative;
	cursor: pointer;
	margin: 0 30px;
	padding: 20px 10px;
	font-size: 11px;
	color: #000;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
	font-family: "FuturaFuturisBold",sans-serif;
	text-transform: uppercase;
	display: inline-block;
}

@media only screen and (min-width:1199px) {
	.search-result__tab:hover {
		color: #ea453d;
	}

	.search-result__tab:hover::before {
		opacity: 1;
	}
}

.search-result__tab::before {
	content: '';
	background-color: #ea453d;
	width: calc(100% - 20px);
	height: 5px;
	left: 10px;
	bottom: -16px;
	position: absolute;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 0;
}

.search-result__tab::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 25px;
	background-color: #e6e6e6;
	right: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-result .tabcontent__text span,.search-result__tab.active {
	color: #ea453d;
}

.search-result__tab.active::before {
	opacity: 1;
}

.search-result__tab:first-child {
	margin-left: 0;
	padding-left: 0;
}

.search-result__tab:first-child::before {
	width: calc(100% - 10px);
	left: 0;
}

.search-result__tab:last-child::after {
	display: none;
}

.search-result__tabcontent {
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.search-result .search__btn-submit {
	color: #202020;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

@media only screen and (min-width:1200px) {
	.search-result .search__btn-submit:hover {
		color: #ea453d;
	}
}

.search-result .search__input {
	color: #767676;
}

.search-result .headline__title-center {
	color: #ea453d;
	font-size: 30px;
	font-weight: 400;
	line-height: 41.84px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
	position: relative;
}

.search-result .headline__title-center::before {
	content: '';
	position: absolute;
	left: -102px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 81px;
	height: 2px;
	background-color: #d2d2d2;
}

.search-result .headline__left {
	padding-left: 121px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.search-result .headline__sub-title {
	color: #545454;
	font-family: "FrizQuadrataItalic",serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: .025em;
}

.search-result .headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 90px;
}

.search-result .hide {
	display: none;
}

.search-result .show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-result .lookbook-wrap {
	margin-bottom: 60px;
}

.search-result .tabcontent {
	position: relative;
	padding-left: 45px;
	margin-bottom: 50px;
}

.search-result .tabcontent::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #ea453d;
	left: 0;
	top: 5px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease;
}

.search-result .tabcontent__link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.search-result .tabcontent__title {
	color: #202020;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "FuturaFuturisBold",sans-serif;
	line-height: 1.45;
	margin-bottom: 30px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.search-result .tabcontent__text {
	color: #000;
	font-family: "FuturaBookC",serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

@media only screen and (min-width:1199px) {
	.search-result .tabcontent:hover .tabcontent__title {
		color: #ea453d;
	}

	.search-result .tabcontent:hover:before {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
}

.search-result .pagination__wrap {
	margin-top: 0;
	margin-bottom: 90px;
}

.fade {
	-webkit-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.open-mobile-menu .nav-main {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.open-mobile-menu .menu-lang {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.open-mobile-menu .search,.open-mobile-menu .stub {
	display: none;
}

.open-mobile-menu .menu-mob {
	margin-right: 10px;
	position: absolute;
	right: 0;
	top: 10px;
}

@media only screen and (max-width:1199px) {
	.stub {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.search__body {
		padding-left: 20px;
		padding-right: 70px;
		width: 76%;
	}

	.search__btn-submit,.search__form {
		padding-right: 0;
		padding-left: 3px;
	}

	.menu-mob {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.search-result .headline__title-center {
		margin-bottom: 15px;
	}

	.search-result .headline {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 70px;
	}

	.search-result .headline__left {
		padding-left: 102px;
		margin-bottom: 40px;
	}

	.search-result .lookbook-wrap {
		margin-bottom: 40px;
	}

	.search-result__wrapp {
		width: 520px;
		margin: 0 auto;
		opacity: 1;
	}

	.search-result__tabcontent,.search-result__tabs {
		opacity: 1;
	}

	.search-result__content {
		width: 520px;
	}
}

@media only screen and (max-width:767px) {
	.search {
		margin-right: 0;
	}

	.search__body {
		padding-left: 10px;
		padding-right: 40px;
		width: 65%;
		margin-left: 70px;
	}

	.search__btn-close {
		position: absolute;
		right: 10px;
	}

	.search-result .headline {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 40px;
	}

	.search-result .headline__title-center::before,.search-result__wrapp {
		display: none;
	}

	.search-result .headline__left {
		padding: 0;
		margin-bottom: 0;
	}

	.search-result .tabcontent__title {
		margin-bottom: 20px;
	}

	.search-result__content {
		width: 100%;
		margin: 0;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.search-result .tabcontent,.search-result__tabs {
		margin-bottom: 30px;
	}

	.search-result__tab {
		margin: 0 10px;
	}

	.search-result__tab::after {
		right: -10px;
	}

	.search-result .pagination__wrap {
		margin-bottom: 50px;
	}

	.search-result .pagination li:first-child,.search-result .pagination li:last-child {
		width: auto;
	}

	.logo-nav {
		width: 60px;
		margin-left: 10px;
		background-size: 55px 45px;
	}

	.search__btn-submit {
		line-height: 25px;
	}
}

@media (min-width:568px) and (orientation:landscape) {
	.search__body {
		width: 78%;
	}
}

.pagination {
	display: block;
}

.pagination li {
	list-style: none;
	display: inline-block;
}

@media only screen and (max-width:766px) {
	.pagination li:first-child,.pagination li:last-child {
		width: 100%;
	}
}

.pagination__wrap {
	display: block;
	margin-top: 30px;
	text-align: center;
}

.pagination__item,.pagination__next,.pagination__prev {
	display: inline-block;
	text-decoration: none;
}

.pagination__next,.pagination__prev {
	position: relative;
	padding: 11px 0;
}

.pagination__item {
	color: #000;
	padding: 11px;
	margin: 0 5px;
	font-family: "FuturaFuturisBold",sans-serif;
	position: relative;
	-webkit-transition: color .5s;
	transition: color .5s;
}

.pagination__item:before {
	content: '';
	width: 0;
	margin: 0 auto;
	height: 5px;
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 16px;
	left: 0;
	right: 0;
	opacity: .3;
	background-color: #ec463f;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.pagination__item:hover,.selected>.pagination__item,.texture-modal-form__text a,.texture-modal-form__text sup {
	color: #ec463f;
}

.pagination__item:hover:before,.selected>.pagination__item:before {
	width: 77%;
}

.pagination__arrow-left,.pagination__arrow-right {
	fill: #000;
	width: 66px;
	height: 11px;
	-webkit-transition: fill .3s,left .3s;
	transition: fill .3s,left .3s;
	position: relative;
	left: 0;
	right: 0;
}

@media only screen and (max-width:766px) {
	.pagination__arrow-left,.pagination__arrow-right {
		margin: 0;
	}
}

.pagination__arrow-right {
	margin-left: 20px;
}

.pagination__arrow-left {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 20px;
}

@media only screen and (max-width:1200px) {
	.pagination__arrow-left,.pagination__arrow-right {
		margin: 0;
	}
}

.pagination__prev:hover .pagination__arrow-left {
	left: -10px;
	fill: #ec463f;
}

.pagination__next:hover .pagination__arrow-right {
	left: 10px;
	fill: #ec463f;
}

.slider-play {
	position: relative;
	width: 965px;
	visibility: hidden;
	margin: 0 auto;
	top: 70px;
}

@media only screen and (min-width:2000px) {
	.slider-play {
		width: 1600px;
	}
}

@media only screen and (min-width:1600px) and (max-width:1999px) {
	.slider-play {
		width: 1400px;
	}
}

@media only screen and (max-width:1200px) {
	.slider-play {
		width: 100%;
	}
}

.active .slider-play,.slider-play__wrap.active {
	visibility: visible;
	opacity: 1;
}

.slider-play__wrap {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 9999;
	background: rgba(255,255,255,.95);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.slider-play_close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: -45px;
	cursor: pointer;
}

@media only screen and (max-width:1200px) {
	.slider-play_close {
		top: -40px;
		right: 30px;
	}
}

.slider-play_close:after,.slider-play_close:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #a7a7a7;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: background .4s;
	transition: background .4s;
}

.slider-play_close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slider-play_close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slider-play_close:hover:after,.slider-play_close:hover:before {
	background: #000;
}

.slider-play__box {
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
	box-shadow: 0 0 35px rgba(0,0,0,.1);
}

.slider-play .materials-slider__item,.slider-play__slide {
	height: 75vh;
	overflow: hidden;
}

.slider-play__slide {
	background-color: #f5f5f5;
}

.slider-play .ms__img,.slider-play .ms__img-interior {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 100%;
}

.slider-play .ms__img {
	max-height: 100%;
}

.slider-play .ms__img-interior {
	min-width: 100%;
	min-height: 100%;
}

.slider-play__next-arrow,.slider-play__prev-arrow {
	position: absolute;
	display: block;
	width: 66px;
	height: 11px;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding: 0;
	border: 0;
	outline: 0;
	fill: #000;
	-webkit-transition: fill .4s;
	transition: fill .4s;
	z-index: 10;
}

@media only screen and (max-width:1200px) {
	.slider-play__next-arrow,.slider-play__prev-arrow {
		fill: #fff;
	}
}

.slider-play__next-arrow:hover,.slider-play__prev-arrow:hover {
	fill: #ec463f;
}

.slider-play__next-arrow {
	right: -100px;
	padding-top: 1px;
}

@media only screen and (max-width:1200px) {
	.slider-play__next-arrow {
		right: 30px;
	}
}

.slider-play__prev-arrow {
	left: -100px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 20px;
}

@media only screen and (max-width:1200px) {
	.slider-play__prev-arrow {
		left: 30px;
	}
}

.slider-play .hidden-template {
	display: none;
}

.video-play,.video-play__wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	visibility: hidden;
}

.active .video-play,.video-play__wrap.active {
	visibility: visible;
	opacity: 1;
}

.video-play__wrap {
	position: fixed;
	z-index: -1;
	background: #000;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.video-play__wrap.active {
	z-index: 9999;
}

.video-play_close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 16px;
	cursor: pointer;
	z-index: 50;
}

.video-play_close:after,.video-play_close:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.video-play_close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.video-play_close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.video-play .videoBox {
	width: 100%;
	height: inherit;
}

.modals-blocks,.modals-blocks__overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modals-blocks {
	display: none;
}

.modals-blocks__overlay {
	background-color: rgba(32,32,32,.5);
}

.modals-blocks.opened,.texture-modal-form__label.has-error .texture-modal-form__error {
	display: block;
}

.modals-block__success,.texture-modal-form__label.has-success .texture-modal-form__error {
	display: none;
}

.texture-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 600px;
	width: 100%;
	padding: 55px 45px 65px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width:766px) {
	.texture-modal {
		overflow-y: auto;
	}
}

.texture-modal__title {
	font-size: 30px;
	font-family: "FrizQuadrataRegular";
	line-height: 1.2;
	text-align: center;
	color: #ec463f;
	margin-bottom: 30px;
}

.texture-modal__icon-file {
	width: 18px;
	margin-right: 10px;
	vertical-align: middle;
}

.texture-modal__close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 20px;
	cursor: pointer;
}

.texture-modal__close::after,.texture-modal__close::before {
	content: '';
	z-index: 1;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 15px;
	left: 10px;
	background-color: #202020;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.texture-modal__close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.texture-modal-form {
	width: 100%;
}

.texture-modal-form__label {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	color: #545454;
	font-size: 16px;
	font-family: "FuturaBookC";
	line-height: 1.25;
}

.texture-modal-form__label_checkbox {
	margin-bottom: 30px;
}

.texture-modal-form__text {
	margin-bottom: 10px;
}

.texture-modal-form__text_checkbox {
	padding-left: 30px;
}

.texture-modal-form__input {
	margin-bottom: 6px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #e6e6e6;
	height: 44px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

.texture-modal-form__input_checkbox {
	display: none;
}

.texture-modal-form__input_checkbox:checked+.texture-modal-form__caption::before {
	border-width: 2px;
	background: #ec463f;
}

.texture-modal-form__caption {
	display: inline-block;
	position: relative;
}

.texture-modal-form__caption::before {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 5px;
	left: 0;
	height: 19px;
	width: 19px;
	margin-right: 10px;
	border: 9px solid #fff;
	outline: 1px solid #202020;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border .3s ease,background .3s ease;
	transition: border .3s ease,background .3s ease;
}

.texture-modal-form__error {
	display: none;
	font-size: 12px;
	line-height: 1.25;
	color: #ec463f;
}

.texture-modal-form__btn-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.texture-modal-form__btn-submit .btn {
	margin-top: 0;
	max-height: 60px;
}

.texture-modal-form__btn-submit .btn path {
	-webkit-transition: stroke .6s,ease .6s;
	transition: stroke .6s,ease .6s;
}

@media only screen and (min-width:1200px) {
	.texture-modal-form__btn-submit .btn:hover path {
		stroke: #ec463f;
	}
}

.products {
	font-size: 0;
}

.products__item-wrap {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 330px;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

@media only screen and (min-width:767px) and (max-width:1199px) {
	.products__item-wrap {
		height: 200px;
	}
}

@media only screen and (max-width:766px) {
	.products__item-wrap {
		width: 100%;
		height: 170px;
	}
}

.products__item,.products__item:after {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
}

.products__item {
	position: relative;
	left: 0;
	background-color: #fbfbfb;
}

.products__item:after {
	content: '';
	position: absolute;
	background-color: #202020;
	opacity: .3;
	bottom: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

@media only screen and (min-width:1200px) {
	.products__item:hover:after {
		opacity: .7;
	}

	.products__item:hover .products__item-img {
		-webkit-transform: translate(-50%,-50%) scale(1.1);
		transform: translate(-50%,-50%) scale(1.1);
	}
}

.products__item-plain:after {
	background-color: rgba(0,0,0,.1);
}

.products__item-img {
	min-height: 150px;
	min-width: 100%;
	-webkit-transition: -webkit-transform .7s;
	transition: transform .7s;
	transition: transform .7s,-webkit-transform .7s;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.products__labels {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	z-index: 10;
	font-size: 0;
	min-height: 44px;
}

.products__label-exclusive,.products__label-new {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font-weight: 700;
	display: inline-block;
	padding: 15px 23px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width:766px) {
	.products__label-exclusive,.products__label-new {
		padding: 15px 20px;
		font-size: 11px;
	}
}

.products__label-new {
	background-color: #ec463f;
	margin-right: 2px;
}

@media only screen and (max-width:766px) {
	.products__label-new {
		margin-right: 0;
	}

	.products__label-new+.products__label-exclusive {
		width: 226px;
		text-align: center;
	}
}

.products__label-exclusive {
	background-color: rgba(32,32,32,.6);
	max-width: 100%;
}

@media only screen and (max-width:766px) {
	.products__label-exclusive:only-child {
		margin: 0 auto;
	}
}